diff options
Diffstat (limited to 't/lisp7.sh')
-rwxr-xr-x | t/lisp7.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/lisp7.sh b/t/lisp7.sh index e2574ab50..4553298cd 100755 --- a/t/lisp7.sh +++ b/t/lisp7.sh @@ -41,9 +41,9 @@ $MAKE >stdout || { cat stdout; exit 1; } cat stdout test 1 -eq $(grep -c 'Warnings can be ignored' stdout) -test ! -f am-one.elc -test ! -f am-two.elc -test ! -f am-three.elc +test ! -e am-one.elc +test ! -e am-two.elc +test ! -e am-three.elc test -f elc-stamp $MAKE distcheck |