svn commit: r319546 - head/usr.sbin/newsyslog/tests

Ngie Cooper ngie at FreeBSD.org
Sat Jun 3 18:12:01 UTC 2017


Author: ngie
Date: Sat Jun  3 18:12:00 2017
New Revision: 319546
URL: https://svnweb.freebsd.org/changeset/base/319546

Log:
  Fix the testplan after ^/head at r318960
  
  The number of executed testcases is 128, not 126.
  
  MFC after:	18 days
  MFC with:	r318960
  Sponsored by:	Dell EMC Isilon

Modified:
  head/usr.sbin/newsyslog/tests/legacy_test.sh

Modified: head/usr.sbin/newsyslog/tests/legacy_test.sh
==============================================================================
--- head/usr.sbin/newsyslog/tests/legacy_test.sh	Sat Jun  3 18:10:04 2017	(r319545)
+++ head/usr.sbin/newsyslog/tests/legacy_test.sh	Sat Jun  3 18:12:00 2017	(r319546)
@@ -454,7 +454,7 @@ tests_rfc5424() {
 	tmpdir_clean
 }
 
-echo 1..126
+echo 1..128
 mkdir -p ${TMPDIR}
 cd ${TMPDIR}
 


More information about the svn-src-all mailing list