diff options
author | ngie <ngie@FreeBSD.org> | 2015-10-13 16:51:12 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-10-13 16:51:12 +0000 |
commit | d3814e98fdfad8518b88ea31bcdec25c7d98e113 (patch) | |
tree | be312f89f375893a87e8d59f983ac9afa1b70644 | |
parent | 2c46ba7a42c08be87ceaa99985a950cd19b140e0 (diff) | |
download | FreeBSD-src-d3814e98fdfad8518b88ea31bcdec25c7d98e113.zip FreeBSD-src-d3814e98fdfad8518b88ea31bcdec25c7d98e113.tar.gz |
Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfs
-rw-r--r-- | etc/mtree/BSD.tests.dist | 2 | ||||
-rw-r--r-- | tests/sys/Makefile | 1 | ||||
-rwxr-xr-x | tests/sys/vfs/trailing_slash.sh (renamed from tools/regression/vfs/trailing_slash.t) | 0 |
3 files changed, 3 insertions, 0 deletions
diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist index e6f4065..1ca3d4d 100644 --- a/etc/mtree/BSD.tests.dist +++ b/etc/mtree/BSD.tests.dist @@ -412,6 +412,8 @@ .. posixshm .. + vfs + .. vm .. .. diff --git a/tests/sys/Makefile b/tests/sys/Makefile index 3ed85be..a22214a 100644 --- a/tests/sys/Makefile +++ b/tests/sys/Makefile @@ -13,6 +13,7 @@ TESTS_SUBDIRS+= mqueue TESTS_SUBDIRS+= netinet TESTS_SUBDIRS+= opencrypto TESTS_SUBDIRS+= posixshm +TESTS_SUBDIRS+= vfs TESTS_SUBDIRS+= vm # Items not integrated into kyua runs by default diff --git a/tools/regression/vfs/trailing_slash.t b/tests/sys/vfs/trailing_slash.sh index b1b8523..b1b8523 100755 --- a/tools/regression/vfs/trailing_slash.t +++ b/tests/sys/vfs/trailing_slash.sh |