diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2021-11-03 15:45:56 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2022-12-10 14:11:10 +0100 |
commit | e343bf58c91bb18bef4d5cdd66535dad10dc5ed2 (patch) | |
tree | 3f2ffe51b06c8e9449682eb76c00ae0602c6c59e /t | |
parent | 1649c8dbfa545e267393ffa68c20ff667fff4b47 (diff) | |
download | urpmi-e343bf58c91bb18bef4d5cdd66535dad10dc5ed2.tar urpmi-e343bf58c91bb18bef4d5cdd66535dad10dc5ed2.tar.gz urpmi-e343bf58c91bb18bef4d5cdd66535dad10dc5ed2.tar.bz2 urpmi-e343bf58c91bb18bef4d5cdd66535dad10dc5ed2.tar.xz urpmi-e343bf58c91bb18bef4d5cdd66535dad10dc5ed2.zip |
Enhanced explanation
Diffstat (limited to 't')
-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"; } } |