aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Driver/cpath.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Driver/cpath.c b/test/Driver/cpath.c
index 62c880cfa3..559d019080 100644
--- a/test/Driver/cpath.c
+++ b/test/Driver/cpath.c
@@ -1,7 +1,7 @@
// RUN: mkdir -p %T/test1 %T/test2
-// RUN: env CPATH=%T/test1: %clang -x c -E -v %s 2>&1 | FileCheck %s -check-prefix=CPATH
-// CPATH: -I {{.*}}/test1 -I .
+// RUN: env CPATH=%T/test1 %clang -x c -E -v %s 2>&1 | FileCheck %s -check-prefix=CPATH
+// CPATH: -I {{.*}}/test1
// CPATH: search starts here
// CPATH: test1