aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-06-28 08:29:20 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-06-28 08:29:20 +0000
commitf35f0a756f8b1a6eb2d1685dbba12faf4cb16976 (patch)
tree74980512c17662692a5b2d93ad27b4ef3f1751f7 /tests
parent2b808adfb34e6ffb12cc2d52bb06ece5134dbfe4 (diff)
Notes
Diffstat (limited to 'tests')
-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 9e2d79ef773a..ec1e66b5042f 100644
--- a/tests/sys/vfs/Makefile
+++ b/tests/sys/vfs/Makefile
@@ -7,6 +7,6 @@ TESTSDIR= ${TESTSBASE}/sys/vfs
ATF_TESTS_C+= lookup_cap_dotdot
CFLAGS.lookup_cap_dotdot.c+= -I${SRCTOP}/tests
-PLAIN_TESTS_SH+= trailing_slash
+TAP_TESTS_SH+= trailing_slash
.include <bsd.test.mk>