From: Yaron Keren Date: Wed, 15 Jul 2015 19:42:18 +0000 (+0000) Subject: Erase REQUIRES: shell-preserves-root from more tests, see r242312. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=417393016e6edd317a07d6ab51281f105a158ad3;p=clang Erase REQUIRES: shell-preserves-root from more tests, see r242312. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242321 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/cl-eh.cpp b/test/Driver/cl-eh.cpp index b43f31f83f..352c6f1543 100644 --- a/test/Driver/cl-eh.cpp +++ b/test/Driver/cl-eh.cpp @@ -1,6 +1,3 @@ -// Don't attempt slash switches on msys bash. -// REQUIRES: shell-preserves-root - // Note: %s must be preceded by --, otherwise it may be interpreted as a // command-line option, e.g. on Mac where %s is commonly under /Users. diff --git a/test/Driver/cl-fallback.c b/test/Driver/cl-fallback.c index bbc9ad84d6..95c3c751a0 100644 --- a/test/Driver/cl-fallback.c +++ b/test/Driver/cl-fallback.c @@ -1,6 +1,3 @@ -// Don't attempt slash switches on msys bash. -// REQUIRES: shell-preserves-root - // Note: %s must be preceded by --, otherwise it may be interpreted as a // command-line option, e.g. on Mac where %s is commonly under /Users. diff --git a/test/Driver/cl-inputs.c b/test/Driver/cl-inputs.c index 1eee889bb7..c67fc24484 100644 --- a/test/Driver/cl-inputs.c +++ b/test/Driver/cl-inputs.c @@ -1,6 +1,3 @@ -// Don't attempt slash switches on msys bash. -// REQUIRES: shell-preserves-root - // Note: %s must be preceded by --, otherwise it may be interpreted as a // command-line option, e.g. on Mac where %s is commonly under /Users. diff --git a/test/Driver/cl-link.c b/test/Driver/cl-link.c index 8572b77a74..9813c51d80 100644 --- a/test/Driver/cl-link.c +++ b/test/Driver/cl-link.c @@ -1,6 +1,3 @@ -// Don't attempt slash switches on msys bash. -// REQUIRES: shell-preserves-root - // Note: %s must be preceded by -- or bound to another option, otherwise it may // be interpreted as a command-line option, e.g. on Mac where %s is commonly // under /Users. diff --git a/test/Driver/cl.c b/test/Driver/cl.c index 855cdc8c97..34b4821b1a 100644 --- a/test/Driver/cl.c +++ b/test/Driver/cl.c @@ -1,6 +1,3 @@ -// Don't attempt slash switches on msys bash. -// REQUIRES: shell-preserves-root - // Note: we have to quote the /? option, otherwise some shells will try to // expand the ? into a one-letter filename in the root directory, and make // the test fail is such a file or directory exists.