summaryrefslogtreecommitdiff
path: root/t/lex3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/lex3.sh')
-rwxr-xr-xt/lex3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lex3.sh b/t/lex3.sh
index 02ae9fe08..b008880f9 100755
--- a/t/lex3.sh
+++ b/t/lex3.sh
@@ -86,6 +86,6 @@ $MAKE distclean
test -f foo.c
./configure # Re-create 'Makefile'.
$MAKE maintainer-clean
-test ! -f foo.c
+test ! -e foo.c
: