summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/subobj-vpath-pr13928.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/subobj-vpath-pr13928.sh b/t/subobj-vpath-pr13928.sh
index a10d65776..56b26f1ab 100644
--- a/t/subobj-vpath-pr13928.sh
+++ b/t/subobj-vpath-pr13928.sh
@@ -41,8 +41,8 @@ $ACLOCAL && $AUTOCONF && $AUTOMAKE -a || fatal_ "autotools failed"
$EGREP 'test\.|DEPDIR|dirstamp|srcdir' Makefile.in || : # For debugging.
$EGREP '\$.srcdir./test\.[o$]' Makefile.in && exit 1
-$FGREP '$(srcdir)/$(am__dirstamp)' Makefile.in && exit 1
-$FGREP '$(srcdir)/$(DEPDIR)' && exit 1
+$EGREP '$(srcdir)/$(am__dirstamp)' Makefile.in && exit 1
+$EGREP '$(srcdir)/$(DEPDIR)' && exit 1
cat > test.c << 'END'
int main (void)