Fix test for empty interpreter.

This commit is contained in:
Maxim Konovalov 2006-05-31 11:15:16 +00:00
parent 393e6ede9e
commit 884fb9ccdd

View File

@ -28,7 +28,7 @@ test-empty: ${PROG}
rm -f empty
touch empty
chmod +x empty
${RP} empty | diff ${OD}/empty -
${RP} empty | grep 'Exec format error'
test-nonexist: ${PROG}
${RP} ${TD}/nonexistent | grep 'No such file or directory'