diff options
Diffstat (limited to 't')
-rw-r--r-- | t/superuser--should-restart.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/superuser--should-restart.t b/t/superuser--should-restart.t index 04e0c9c5..f9b282ef 100644 --- a/t/superuser--should-restart.t +++ b/t/superuser--should-restart.t @@ -11,6 +11,7 @@ use strict; use lib '.', 't'; use helper; use Test::More 'no_plan'; +plan skip_all => "A mounted /proc is required for those tests due to urpm::sys::_launched_time() relying on /proc/uptime" if ! -d "/proc/$$"; need_root_and_prepare(); |