summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-05-31 11:15:16 +0000
committermaxim <maxim@FreeBSD.org>2006-05-31 11:15:16 +0000
commit7215cab2bbf2986c7a2b69195c2425bd9f5d61b3 (patch)
tree1eabb0244f76c2aa6b61a72a8c7770f4c6a41cf4 /tools
parentc71174382901f997548f6c2d99b587853b42f3c3 (diff)
downloadFreeBSD-src-7215cab2bbf2986c7a2b69195c2425bd9f5d61b3.zip
FreeBSD-src-7215cab2bbf2986c7a2b69195c2425bd9f5d61b3.tar.gz
Fix test for empty interpreter.
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/execve/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/execve/Makefile b/tools/regression/execve/Makefile
index 2c4777f..a009c2d 100644
--- a/tools/regression/execve/Makefile
+++ b/tools/regression/execve/Makefile
@@ -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'
OpenPOWER on IntegriCloud