svn commit: r321643 - stable/11/tests/sys/vfs

Ngie Cooper ngie at FreeBSD.org
Fri Jul 28 03:25:59 UTC 2017


Author: ngie
Date: Fri Jul 28 03:25:58 2017
New Revision: 321643
URL: https://svnweb.freebsd.org/changeset/base/321643

Log:
  MFC r320446:
  
  trailing_slash is a TAP-compliant testcase; mark it as such, instead
  of calling is a plain testcase.

Modified:
  stable/11/tests/sys/vfs/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/tests/sys/vfs/Makefile
==============================================================================
--- stable/11/tests/sys/vfs/Makefile	Fri Jul 28 03:25:01 2017	(r321642)
+++ stable/11/tests/sys/vfs/Makefile	Fri Jul 28 03:25:58 2017	(r321643)
@@ -4,6 +4,6 @@ PACKAGE=	tests
 
 TESTSDIR=		${TESTSBASE}/sys/vfs
 
-PLAIN_TESTS_SH+=	trailing_slash
+TAP_TESTS_SH+=	trailing_slash
 
 .include <bsd.test.mk>


More information about the svn-src-stable-11 mailing list