]> granicus.if.org Git - clang/commitdiff
Fix Driver/mg.c test when fgrep is a shell Cygwin shell script
authorReid Kleckner <reid@kleckner.net>
Tue, 3 Feb 2015 21:49:15 +0000 (21:49 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 3 Feb 2015 21:49:15 +0000 (21:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228036 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/mg.c

index 4f438142f411eafee1cc376aa1a29e885deb39f1..db1a542198ca92278e8268d7f040f9ee574106f5 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang -M -MG -include nonexistent-preinclude.h %s > %t
-// RUN: fgrep nonexistent-preinclude.h %t
-// RUN: fgrep nonexistent-ppinclude.h %t
+// RUN: grep -F nonexistent-preinclude.h %t
+// RUN: grep -F nonexistent-ppinclude.h %t
 
 #include "nonexistent-ppinclude.h"