diff options
-rw-r--r-- | t/superuser--mirrorlist.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--mirrorlist.t b/t/superuser--mirrorlist.t index b1d9deb3..5a095971 100644 --- a/t/superuser--mirrorlist.t +++ b/t/superuser--mirrorlist.t @@ -10,7 +10,7 @@ BEGIN { if (is_mageia()) { plan 'no_plan'; } else { - plan skip_all => "Needs a Mageia specific patch that introduces Time::ZoneInfo->current_zone()"; + plan skip_all => "Needs a Mageia specific patch that introduces Time::ZoneInfo->current_zone() as well as a mirrorlist API server"; } } |