diff options
Diffstat (limited to 't/superuser--mirrorlist.t')
-rw-r--r-- | t/superuser--mirrorlist.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/superuser--mirrorlist.t b/t/superuser--mirrorlist.t index 3e064afd..f59259b7 100644 --- a/t/superuser--mirrorlist.t +++ b/t/superuser--mirrorlist.t @@ -4,6 +4,8 @@ use strict; use lib '.', 't'; use helper; use Test::More 'no_plan'; +plan skip_all => "Needs a Mageia specific patch that introduces Time::ZoneInfo->current_zone()" if !-e '/etc/mageia-release'; + BEGIN { use_ok 'urpm::cfg' } need_root_and_prepare(); |