Deleted Added
full compact
Makefile (159097) Makefile (159098)
1# $FreeBSD: head/tools/regression/execve/Makefile 159097 2006-05-31 11:13:10Z maxim $
1# $FreeBSD: head/tools/regression/execve/Makefile 159098 2006-05-31 11:15:16Z maxim $
2
3PROG= doexec
4NO_MAN=
5
6RP= ./${PROG}
7TD= ${.CURDIR}/tests
8OD= ${.CURDIR}/good
9

--- 13 unchanged lines hidden (view full) ---

23 test-devnullscript test-badinterplen test-goodscript \
24 test-scriptarg test-scriptarg-nospace test-goodaout \
25 test-truncaout test-sparceaout
26
27test-empty: ${PROG}
28 rm -f empty
29 touch empty
30 chmod +x empty
2
3PROG= doexec
4NO_MAN=
5
6RP= ./${PROG}
7TD= ${.CURDIR}/tests
8OD= ${.CURDIR}/good
9

--- 13 unchanged lines hidden (view full) ---

23 test-devnullscript test-badinterplen test-goodscript \
24 test-scriptarg test-scriptarg-nospace test-goodaout \
25 test-truncaout test-sparceaout
26
27test-empty: ${PROG}
28 rm -f empty
29 touch empty
30 chmod +x empty
31 ${RP} empty | diff ${OD}/empty -
31 ${RP} empty | grep 'Exec format error'
32
33test-nonexist: ${PROG}
34 ${RP} ${TD}/nonexistent | grep 'No such file or directory'
35
36test-nonexistshell: ${PROG} nonexistshell
37 ${RP} nonexistshell | grep 'No such file or directory'
38
39test-devnullscript: ${PROG} devnullscript

--- 32 unchanged lines hidden ---
32
33test-nonexist: ${PROG}
34 ${RP} ${TD}/nonexistent | grep 'No such file or directory'
35
36test-nonexistshell: ${PROG} nonexistshell
37 ${RP} nonexistshell | grep 'No such file or directory'
38
39test-devnullscript: ${PROG} devnullscript

--- 32 unchanged lines hidden ---