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
diff --git a/test/Driver/hello.c b/test/Driver/hello.c
index 8844ede..49c5276 100644
--- a/test/Driver/hello.c
+++ b/test/Driver/hello.c
@@ -1,4 +1,4 @@
-// RUN: clang-driver -ccc-echo -o %t %s &> %t.log &&
+// RUN: clang-driver -ccc-echo -o %t %s 2> %t.log &&
 
 // Make sure we used clang.
 // RUN: grep 'clang" .*hello.c' %t.log &&