From 2dc0c9f86cbbe2db4290521449f54f4ea20cfab4 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Tue, 3 Feb 2015 21:49:15 +0000 Subject: [PATCH] Fix Driver/mg.c test when fgrep is a shell Cygwin shell script git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228036 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/mg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Driver/mg.c b/test/Driver/mg.c index 4f438142f4..db1a542198 100644 --- a/test/Driver/mg.c +++ b/test/Driver/mg.c @@ -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" -- 2.40.0