summaryrefslogtreecommitdiffstats
path: root/t/superuser--should-restart.t
Commit message (Collapse)AuthorAgeFilesLines
* fix a warning causing Test::More to think it failed when /proc is not mountedThierry Vignaud2020-04-291-2/+8
| | | | | | | | | | | | | | | | | | | 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.
* skip test if /proc is not mountedThierry Vignaud2020-01-171-0/+1
| | | | | no need to show red in cpan-testers matrix if local chroot's /proc isn't mounted :-)
* (handle_need_restart) enable to test "should restart" againThierry Vignaud2012-02-271-2/+4
| | | | | it didn't work since commit r263652 on Tue Nov 24 2009 (was: "(handle_need_restart) do not advice to reboot when inside a chroot")
* add comment about tests known not to workChristophe Fergeau2010-01-121-0/+2
|
* adjust tests for string changesChristophe Fergeau2010-01-121-2/+2
|
* add a test for "should-restart"Pascal Rigaux2008-03-181-0/+29