diff options
Diffstat (limited to 'libcxx/test/selftest/tmpdir-exists.sh.cpp')
-rw-r--r-- | libcxx/test/selftest/tmpdir-exists.sh.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/selftest/tmpdir-exists.sh.cpp b/libcxx/test/selftest/tmpdir-exists.sh.cpp index 7f9e69d..4edd165 100644 --- a/libcxx/test/selftest/tmpdir-exists.sh.cpp +++ b/libcxx/test/selftest/tmpdir-exists.sh.cpp @@ -6,6 +6,6 @@ // //===----------------------------------------------------------------------===// -// Make sure that the directory represented by %T exists when we run the test. +// Make sure that the directory represented by %{temp} exists when we run the test. -// RUN: test -d %T +// RUN: test -d %{temp} |