Fix test for empty interpreter.
This commit is contained in:
parent
393e6ede9e
commit
884fb9ccdd
@ -28,7 +28,7 @@ test-empty: ${PROG}
|
|||||||
rm -f empty
|
rm -f empty
|
||||||
touch empty
|
touch empty
|
||||||
chmod +x empty
|
chmod +x empty
|
||||||
${RP} empty | diff ${OD}/empty -
|
${RP} empty | grep 'Exec format error'
|
||||||
|
|
||||||
test-nonexist: ${PROG}
|
test-nonexist: ${PROG}
|
||||||
${RP} ${TD}/nonexistent | grep 'No such file or directory'
|
${RP} ${TD}/nonexistent | grep 'No such file or directory'
|
||||||
|
Loading…
Reference in New Issue
Block a user