From e66f6cd52250658a65e626a69f86cc48f005fc94 Mon Sep 17 00:00:00 2001 From: ngie Date: Fri, 28 Jul 2017 03:26:05 +0000 Subject: [PATCH] MFC r320446: trailing_slash is a TAP-compliant testcase; mark it as such, instead of calling is a plain testcase. git-svn-id: svn://svn.freebsd.org/base/stable/10@321644 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- 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 48f522634..065a6568f 100644 --- a/tests/sys/vfs/Makefile +++ b/tests/sys/vfs/Makefile @@ -2,6 +2,6 @@ TESTSDIR= ${TESTSBASE}/sys/vfs -PLAIN_TESTS_SH+= trailing_slash +TAP_TESTS_SH+= trailing_slash .include -- 2.45.0