mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
o Grammar.
Submitted by: kris
This commit is contained in:
parent
2fce6c09f9
commit
13fff3d67b
2 changed files with 8 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue