From 8e75243721dae1a087337813c223ce9760eec8ab Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 23 Apr 2020 18:42:44 +0200 Subject: fix a warning causing Test::More to think it failed when /proc is not mounted You tried to plan twice at t/superuser--should-restart.t line 14. t/superuser--should-restart.t ................................... skipped: (no reason given) (...) Test Summary Report ------------------- t/superuser--should-restart.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Files=40, Tests=3901, 801 wallclock secs ( 0.96 usr 0.09 sys + 174.18 cusr 30.16 csys = 205.39 CPU) Result: FAIL Failed 1/40 test programs. 0/3901 subtests failed.A On the other side we want to make it work in both cases so we end doing that. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 093436e8..fc62dd18 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ o add more extensive tests o describe it more o disable fsync/fdatasync while running tests + o make it more robust Version 8.121 - 8 April 2020 -- cgit v1.2.1