summaryrefslogtreecommitdiff
path: root/t/yflags-cmdline-override.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/yflags-cmdline-override.sh')
-rwxr-xr-xt/yflags-cmdline-override.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/yflags-cmdline-override.sh b/t/yflags-cmdline-override.sh
index a16487251..e53358acd 100755
--- a/t/yflags-cmdline-override.sh
+++ b/t/yflags-cmdline-override.sh
@@ -69,7 +69,7 @@ ls -l
$MAKE
ls -l
test -f foo.c
-test ! -r foo.h
+test ! -e foo.h
test -f foo.output
$MAKE maintainer-clean
@@ -80,7 +80,7 @@ YFLAGS=-d $MAKE -e
ls -l
test -f foo.c
test -f foo.h
-test ! -r foo.output
+test ! -e foo.output
$MAKE maintainer-clean
ls -l