aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/selftest/file_dependencies/absolute-and-relative-paths.sh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/selftest/file_dependencies/absolute-and-relative-paths.sh.cpp')
-rw-r--r--libcxx/test/selftest/file_dependencies/absolute-and-relative-paths.sh.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/selftest/file_dependencies/absolute-and-relative-paths.sh.cpp b/libcxx/test/selftest/file_dependencies/absolute-and-relative-paths.sh.cpp
index ac52f67..68283f6 100644
--- a/libcxx/test/selftest/file_dependencies/absolute-and-relative-paths.sh.cpp
+++ b/libcxx/test/selftest/file_dependencies/absolute-and-relative-paths.sh.cpp
@@ -9,7 +9,7 @@
// Make sure that FILE_DEPENDENCIES work with relative AND absolute paths.
// FILE_DEPENDENCIES: %S/a.txt
-// RUN: test -e %T/a.txt
+// RUN: test -e %{temp}/a.txt
// FILE_DEPENDENCIES: dir/b.txt
-// RUN: test -e %T/b.txt
+// RUN: test -e %{temp}/b.txt