diff options
Diffstat (limited to 't/yacc-auxdir.sh')
-rwxr-xr-x | t/yacc-auxdir.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/yacc-auxdir.sh b/t/yacc-auxdir.sh index 0643edce6..eb7357d9d 100755 --- a/t/yacc-auxdir.sh +++ b/t/yacc-auxdir.sh @@ -47,8 +47,8 @@ END $ACLOCAL $AUTOMAKE -a test -f aux1/ylwrap -test ! -f ylwrap -test ! -f sub/ylwrap +test ! -e ylwrap +test ! -e sub/ylwrap grep -i 'ylwrap' Makefile.in sub/Makefile.in # For debugging. $FGREP '$(top_srcdir)/aux1/ylwrap' Makefile.in $FGREP '$(top_srcdir)/aux1/ylwrap' sub/Makefile.in |