svn commit: r307723 - stable/11/tests/sys

Ngie Cooper ngie at FreeBSD.org
Fri Oct 21 08:38:20 UTC 2016


Author: ngie
Date: Fri Oct 21 08:38:18 2016
New Revision: 307723
URL: https://svnweb.freebsd.org/changeset/base/307723

Log:
  MFC r305963,r305970:
  
  r305963:
  
  Reindent TESTSDIR definition for consistency/readability
  
  r305970:
  
  Remove change accidentally committed via r305963 for upcoming tests/sys/fs/...
  work

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

Modified: stable/11/tests/sys/Makefile
==============================================================================
--- stable/11/tests/sys/Makefile	Fri Oct 21 08:36:30 2016	(r307722)
+++ stable/11/tests/sys/Makefile	Fri Oct 21 08:38:18 2016	(r307723)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-TESTSDIR= ${TESTSBASE}/sys
+TESTSDIR=		${TESTSBASE}/sys
 
 TESTS_SUBDIRS+=		acl
 TESTS_SUBDIRS+=		aio


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