MFC r282067:
authorngie <ngie@FreeBSD.org>
Wed, 13 May 2015 10:24:23 +0000 (10:24 +0000)
committerngie <ngie@FreeBSD.org>
Wed, 13 May 2015 10:24:23 +0000 (10:24 +0000)
commit51336e1434aa7ef0425fba7c65b82593035fb8cb
tree91dca85fbc24e37f3dae30fcbe5c23f50c4ba156
parent559871946b1e0e49c7548d9e828172705cbb4f57
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
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]