]> granicus.if.org Git - clang/commitdiff
clang/test/Driver/output-file-is-dir.c: This requires shell due to 'cd'.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 23 Jan 2013 01:25:23 +0000 (01:25 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 23 Jan 2013 01:25:23 +0000 (01:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173218 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/output-file-is-dir.c

index 50f4cf97e55fe334e9fadaf4ba5a20238caaa4f9..c1fec56eac03dbc50cf58a6cc0ee1d2013a185fe 100644 (file)
@@ -2,5 +2,6 @@
 // RUN: mkdir -p %t.dir/a.out
 // RUN: cd %t.dir && not %clang %s
 // RUN: test -d %t.dir/a.out
+// REQUIRES: shell
 
 int main() { return 0; }