Fix test for empty interpreter.
This commit is contained in:
parent
c711743829
commit
7215cab2bb
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user