summaryrefslogtreecommitdiffstats
path: root/t/superuser--mirrorlist.t
diff options
context:
space:
mode:
Diffstat (limited to 't/superuser--mirrorlist.t')
-rw-r--r--t/superuser--mirrorlist.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--mirrorlist.t b/t/superuser--mirrorlist.t
index 26cbc3fd..8a38d11b 100644
--- a/t/superuser--mirrorlist.t
+++ b/t/superuser--mirrorlist.t
@@ -7,7 +7,7 @@ use Test::More;
# Must be done before 'use urpm::cfg' else we got:
# '1..0 # SKIP Needs a Mageia specific patch that introduces Time::ZoneInfo->current_zone()'
BEGIN {
- if (-e '/etc/mageia-release') {
+ if (is_mageia()) {
plan 'no_plan';
} else {
plan skip_all => "Needs a Mageia specific patch that introduces Time::ZoneInfo->current_zone()";