summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-10-09 06:47:08 +0000
committermaxim <maxim@FreeBSD.org>2006-10-09 06:47:08 +0000
commitd81c54abb9922f7f8c2556a46722df6321c10b97 (patch)
tree9e2db8077baf3f5b1d4f93c5a1d89c42e6f551d9 /tools
parent6051e81fe9b522417d9efe13a616d8d56cfecb9e (diff)
downloadFreeBSD-src-d81c54abb9922f7f8c2556a46722df6321c10b97.zip
FreeBSD-src-d81c54abb9922f7f8c2556a46722df6321c10b97.tar.gz
o Grammar.
Submitted by: kris
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/execve/Makefile14
-rw-r--r--tools/regression/execve/execve.t2
2 files changed, 8 insertions, 8 deletions
diff --git a/tools/regression/execve/Makefile b/tools/regression/execve/Makefile
index e1d8d2a..b553b33 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 <bsd.prog.mk>
diff --git a/tools/regression/execve/execve.t b/tools/regression/execve/execve.t
index dafb52c..dd2be9a 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
OpenPOWER on IntegriCloud