From 13fff3d67b110ebb768e404f3e8b8a214bd5ba22 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Mon, 9 Oct 2006 06:47:08 +0000 Subject: [PATCH] o Grammar. Submitted by: kris --- tools/regression/execve/Makefile | 14 +++++++------- tools/regression/execve/execve.t | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/regression/execve/Makefile b/tools/regression/execve/Makefile index e1d8d2adc60..b553b33a1a9 100644 --- a/tools/regression/execve/Makefile +++ b/tools/regression/execve/Makefile @@ -8,7 +8,7 @@ TD= ${.CURDIR}/tests TESTSCRIPTS= nonexistshell devnullscript badinterplen goodscript \ scriptarg scriptarg-nospace -CLEANFILES= goodaout truncaout sparceaout empty ${TESTSCRIPTS} +CLEANFILES= goodaout truncaout sparseaout empty ${TESTSCRIPTS} all: ${PROG} goodaout ${TESTSCRIPTS} @@ -21,7 +21,7 @@ ${x}: ${TD}/${x} regress: test-empty test-nonexist test-nonexistshell \ test-devnullscript test-badinterplen test-goodscript \ test-scriptarg test-scriptarg-nospace test-goodaout \ - test-truncaout test-sparceaout + test-truncaout test-sparseaout test-empty: ${PROG} rm -f empty @@ -61,10 +61,10 @@ test-truncaout: ${PROG} goodaout chmod a+x truncaout ${RP} truncaout | grep 'Exec format error' -test-sparceaout: ${PROG} - /bin/rm -rf sparceaout - truncate -s 20480 sparceaout - chmod a+x sparceaout - ${RP} sparceaout | grep 'Exec format error' +test-sparseaout: ${PROG} + /bin/rm -rf sparseaout + truncate -s 20480 sparseaout + chmod a+x sparseaout + ${RP} sparseaout | grep 'Exec format error' .include diff --git a/tools/regression/execve/execve.t b/tools/regression/execve/execve.t index dafb52c7a46..dd2be9a9d0e 100644 --- a/tools/regression/execve/execve.t +++ b/tools/regression/execve/execve.t @@ -9,7 +9,7 @@ make >/dev/null 2>&1 tests="test-empty test-nonexist test-nonexistshell \ test-devnullscript test-badinterplen test-goodscript \ test-scriptarg test-scriptarg-nospace test-goodaout \ - test-truncaout test-sparceaout" + test-truncaout test-sparseaout" n=0