From 7215cab2bbf2986c7a2b69195c2425bd9f5d61b3 Mon Sep 17 00:00:00 2001 From: maxim Date: Wed, 31 May 2006 11:15:16 +0000 Subject: Fix test for empty interpreter. --- tools/regression/execve/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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' -- cgit v1.1