]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r282067:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 13 May 2015 10:24:23 +0000 (10:24 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 13 May 2015 10:24:23 +0000 (10:24 +0000)
commit69651b71b0cf00e78e4ecafa6c1b4f2ae25587ed
tree91dca85fbc24e37f3dae30fcbe5c23f50c4ba156
parent231f1f1a9dc3527143b26541f5937bc27396b5b4
MFC r282067:

Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifo
and tools/regression/file into the FreeBSD test suite as tests/sys/file

git-svn-id: svn://svn.freebsd.org/base/stable/10@282842 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
26 files changed:
etc/mtree/BSD.tests.dist
tests/sys/Makefile
tests/sys/fifo/Makefile [new file with mode: 0644]
tests/sys/fifo/fifo_create.c [moved from tools/regression/fifo/fifo_create/fifo_create.c with 95% similarity]
tests/sys/fifo/fifo_io.c [moved from tools/regression/fifo/fifo_io/fifo_io.c with 96% similarity]
tests/sys/fifo/fifo_misc.c [moved from tools/regression/fifo/fifo_misc/fifo_misc.c with 94% similarity]
tests/sys/fifo/fifo_open.c [moved from tools/regression/fifo/fifo_open/fifo_open.c with 99% similarity]
tests/sys/file/Makefile [new file with mode: 0644]
tests/sys/file/closefrom_test.c [new file with mode: 0644]
tests/sys/file/dup_test.c [moved from tools/regression/file/dup/dup.c with 100% similarity]
tests/sys/file/fcntlflags_test.c [moved from tools/regression/file/fcntlflags/fcntlflags.c with 100% similarity]
tests/sys/file/flock_helper.c [moved from tools/regression/file/flock/flock.c with 100% similarity]
tests/sys/file/flock_test.sh [new file with mode: 0755]
tests/sys/file/ftruncate_test.c [moved from tools/regression/file/ftruncate/ftruncate.c with 90% similarity]
tests/sys/file/newfileops_on_fork_test.c [moved from tools/regression/file/newfileops_on_fork/newfileops_on_fork.c with 100% similarity]
tools/regression/fifo/fifo_create/Makefile [deleted file]
tools/regression/fifo/fifo_io/Makefile [deleted file]
tools/regression/fifo/fifo_misc/Makefile [deleted file]
tools/regression/fifo/fifo_open/Makefile [deleted file]
tools/regression/file/dup/Makefile [deleted file]
tools/regression/file/dup/dup.t [deleted file]
tools/regression/file/fcntlflags/Makefile [deleted file]
tools/regression/file/fcntlflags/fcntlflags.t [deleted file]
tools/regression/file/flock/Makefile [deleted file]
tools/regression/file/ftruncate/Makefile [deleted file]
tools/regression/file/newfileops_on_fork/Makefile [deleted file]