From f35f0a756f8b1a6eb2d1685dbba12faf4cb16976 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 28 Jun 2017 08:29:20 +0000 Subject: [PATCH] trailing_slash is a TAP-compliant testcase; mark it as such, instead of calling is a plain testcase. MFC after: 1 month --- tests/sys/vfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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