aboutsummaryrefslogtreecommitdiff
path: root/test/Frontend/stdin.c
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-03-22 21:49:20 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-03-22 21:49:20 +0000
commit1ab10d45bf7669a299a20021fa5c69845d9f0ee0 (patch)
treea09181fa89422ebf4d4aa66a847123be7a78a15a /test/Frontend/stdin.c
parentbd53271dc7570b54f7b7cab7b09bcf04c6e927f6 (diff)
Don't use &> in tests; dash doesn't understand it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67483 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Frontend/stdin.c')
-rw-r--r--test/Frontend/stdin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Frontend/stdin.c b/test/Frontend/stdin.c
index c13a9374d2..a3899dea75 100644
--- a/test/Frontend/stdin.c
+++ b/test/Frontend/stdin.c
@@ -1,3 +1,3 @@
-// RUN: clang -E - < /dev/null &> %t
+// RUN: clang -E - < /dev/null > %t
// RUN: grep '<built-in>' %t