Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2017 08:29:20 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r320446 - head/tests/sys/vfs
Message-ID:  <201706280829.v5S8TKPD096262@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Jun 28 08:29:20 2017
New Revision: 320446
URL: https://svnweb.freebsd.org/changeset/base/320446

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

Modified:
  head/tests/sys/vfs/Makefile

Modified: head/tests/sys/vfs/Makefile
==============================================================================
--- head/tests/sys/vfs/Makefile	Wed Jun 28 08:28:07 2017	(r320445)
+++ head/tests/sys/vfs/Makefile	Wed Jun 28 08:29:20 2017	(r320446)
@@ -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 <bsd.test.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706280829.v5S8TKPD096262>