summaryrefslogtreecommitdiff
path: root/test/Driver/output-file-cleanup.c
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2015-03-02 22:42:58 +0000
committerReid Kleckner <reid@kleckner.net>2015-03-02 22:42:58 +0000
commitfec792a0af1e2c79c42a69927467edac4343d429 (patch)
tree42d9fdb9c47ba652d33436497073cfa055c8b25f /test/Driver/output-file-cleanup.c
parentab5cb55730ad27c9d711229d686aa0de994788dd (diff)
downloadclang-fec792a0af1e2c79c42a69927467edac4343d429.tar.gz
Remove shell requirements from tests that use 'cd'
Modules and Tooling tests in particular tend to want to change the cwd, so we were missing test coverage in this area on Windows. It should now be easier to write such portable tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231029 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/output-file-cleanup.c')
-rw-r--r--test/Driver/output-file-cleanup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Driver/output-file-cleanup.c b/test/Driver/output-file-cleanup.c
index 0aee5f8fa9..065df8f5b8 100644
--- a/test/Driver/output-file-cleanup.c
+++ b/test/Driver/output-file-cleanup.c
@@ -13,7 +13,6 @@
// RUN: test ! -f %t.s
// RUN: test -f %t.d
-// REQUIRES: shell
// REQUIRES: crash-recovery
#ifdef CRASH