From 62f0e36fedbe1affa4c3fa6d867a1e352c2ae4e5 Mon Sep 17 00:00:00 2001 From: ngie Date: Fri, 28 Jul 2017 03:25:58 +0000 Subject: MFC r320446: trailing_slash is a TAP-compliant testcase; mark it as such, instead of calling is a plain testcase. --- 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 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 -- cgit v1.1