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

Ngie Cooper ngie at FreeBSD.org
Sat Jun 3 18:20:25 UTC 2017


Author: ngie
Date: Sat Jun  3 18:20:23 2017
New Revision: 319548
URL: https://svnweb.freebsd.org/changeset/base/319548

Log:
  Remove TODO for sub testcases added for bug 212160
  
  On closer inspection, the past failures no longer occur on ^/head.
  
  PR:		212160
  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:18:34 2017	(r319547)
+++ head/usr.sbin/newsyslog/tests/legacy_test.sh	Sat Jun  3 18:20:23 2017	(r319548)
@@ -380,8 +380,6 @@ tests_time_rotate() {
 
 	sleep 1.1
 
-	TODO="rotate time 2-4 fail today; bug 212160"
-
 	begin "rotate time 2 ${name_postfix}"
 	run_newsyslog ${newsyslog_args}
 	ckfe ${LOGFNAME}
@@ -403,7 +401,6 @@ tests_time_rotate() {
 	ckfe ${LOGFNAME}
 	chkfcnt 3 ${dir}${LOGFNAME}.*${ext}
 	end
-	unset TODO
 
 	begin "noaction ${name_postfix}"
 	ofiles=`ls -1 ${dir}${LOGFNAME}.*${ext} | tr -d '\n'`


More information about the svn-src-all mailing list