Fix test for empty interpreter.

This commit is contained in:
maxim 2006-05-31 11:15:16 +00:00
parent c711743829
commit 7215cab2bb

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'