llc waits for input on stdin, which was not provided in this test. It
was running only thanks to a quirk in the way lit concatenates
commands.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194071
91177308-0d34-0410-b5e6-
96231b3b80d8
// RUN: mkdir -p %t.tmps/first %t.tmps/second
// RUN: %clang_cc1 -triple x86_64-unknown-unknown \
// RUN: -iprefix %t.tmps/ -iwithprefix second \
-// RUN: -isystem %t.tmps/first -v 2> %t.out
-// RUN: cat %t.out
-// RUN: FileCheck < %t.out %s
+// RUN: -isystem %t.tmps/first -v %s 2> %t.out
+// RUN: FileCheck %s < %t.out
// CHECK: #include <...> search starts here:
// CHECK: {{.*}}.tmps/first