]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r282061:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 16 May 2015 23:39:54 +0000 (23:39 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 16 May 2015 23:39:54 +0000 (23:39 +0000)
commit2864fc119be9e833ac982ea1a2dda37737fbd0b3
tree97b11ba7dc04aa6c5b3412ceea364e9640b23563
parentae7eb3445263457e727e2087988c24cad542f840
MFC r282061:

Integrate tools/regression/execve into the FreeBSD test suite as
tests/sys/kern/execve

git-svn-id: svn://svn.freebsd.org/base/stable/10@283021 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
12 files changed:
etc/mtree/BSD.tests.dist
tests/sys/kern/Makefile
tests/sys/kern/execve/Makefile [new file with mode: 0644]
tests/sys/kern/execve/bad_interp_len [new file with mode: 0644]
tests/sys/kern/execve/dev_null_script [new file with mode: 0644]
tests/sys/kern/execve/execve_helper.c [new file with mode: 0644]
tests/sys/kern/execve/execve_test.sh [new file with mode: 0644]
tests/sys/kern/execve/good_aout.c [new file with mode: 0644]
tests/sys/kern/execve/good_script [new file with mode: 0644]
tests/sys/kern/execve/non_exist_shell [new file with mode: 0644]
tests/sys/kern/execve/script_arg [new file with mode: 0644]
tests/sys/kern/execve/script_arg_nospace [new file with mode: 0644]