build: fix cleaning of test directories in contrib (and in t/perf)
[platform/upstream/automake.git] / t / yacc4.sh
index 9a4de2a..a0e121f 100755 (executable)
@@ -80,7 +80,7 @@ test -f parse.c
 # ... but maintainer-clean should.
 ../configure
 $MAKE maintainer-clean
-test ! -f bar.c
-test ! -f parse.c
+test ! -e bar.c
+test ! -e parse.c
 
 :