Deleted Added
full compact
1c1
< # $FreeBSD: head/tools/regression/execve/Makefile 159099 2006-05-31 11:22:15Z maxim $
---
> # $FreeBSD: head/tools/regression/execve/Makefile 163153 2006-10-09 06:47:08Z maxim $
11c11
< CLEANFILES= goodaout truncaout sparceaout empty ${TESTSCRIPTS}
---
> CLEANFILES= goodaout truncaout sparseaout empty ${TESTSCRIPTS}
24c24
< test-truncaout test-sparceaout
---
> test-truncaout test-sparseaout
64,68c64,68
< 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'