svn commit: r321644 - stable/10/tests/sys/vfs

Ngie Cooper ngie at FreeBSD.org
Fri Jul 28 03:26:06 UTC 2017


Author: ngie
Date: Fri Jul 28 03:26:05 2017
New Revision: 321644
URL: https://svnweb.freebsd.org/changeset/base/321644

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

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

Modified: stable/10/tests/sys/vfs/Makefile
==============================================================================
--- stable/10/tests/sys/vfs/Makefile	Fri Jul 28 03:25:58 2017	(r321643)
+++ stable/10/tests/sys/vfs/Makefile	Fri Jul 28 03:26:05 2017	(r321644)
@@ -2,6 +2,6 @@
 
 TESTSDIR=		${TESTSBASE}/sys/vfs
 
-PLAIN_TESTS_SH+=	trailing_slash
+TAP_TESTS_SH+=	trailing_slash
 
 .include <bsd.test.mk>


More information about the svn-src-all mailing list