diff --git a/tools/regression/execve/Makefile b/tools/regression/execve/Makefile index 2c4777f15322..a009c2db3437 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'