summaryrefslogtreecommitdiffstats
path: root/tests/sys
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-07-28 03:25:58 +0000
committerngie <ngie@FreeBSD.org>2017-07-28 03:25:58 +0000
commit62f0e36fedbe1affa4c3fa6d867a1e352c2ae4e5 (patch)
treee8b131cad07eea2cd853e93d0ddb7c22bfb60d87 /tests/sys
parent2fa735768f0f2a0a10f33d26ce99e93e6c8d0197 (diff)
downloadFreeBSD-src-62f0e36fedbe1affa4c3fa6d867a1e352c2ae4e5.zip
FreeBSD-src-62f0e36fedbe1affa4c3fa6d867a1e352c2ae4e5.tar.gz
MFC r320446:
trailing_slash is a TAP-compliant testcase; mark it as such, instead of calling is a plain testcase.
Diffstat (limited to 'tests/sys')
-rw-r--r--tests/sys/vfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/vfs/Makefile b/tests/sys/vfs/Makefile
index cbab7e5..3ad9f93 100644
--- a/tests/sys/vfs/Makefile
+++ b/tests/sys/vfs/Makefile
@@ -4,6 +4,6 @@ PACKAGE= tests
TESTSDIR= ${TESTSBASE}/sys/vfs
-PLAIN_TESTS_SH+= trailing_slash
+TAP_TESTS_SH+= trailing_slash
.include <bsd.test.mk>
OpenPOWER on IntegriCloud