summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-01 00:06:16 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-01 00:06:16 +0000
commit77d4f982402b8d44e9fa73ed70defd2d7314672d (patch)
treec4ea72c449268aca307de79632883cc9bae6c896
parentb42e0d27830a245fcf09dc1637b0d12f3490f9d8 (diff)
downloadurpmi-77d4f982402b8d44e9fa73ed70defd2d7314672d.tar
urpmi-77d4f982402b8d44e9fa73ed70defd2d7314672d.tar.gz
urpmi-77d4f982402b8d44e9fa73ed70defd2d7314672d.tar.bz2
urpmi-77d4f982402b8d44e9fa73ed70defd2d7314672d.tar.xz
urpmi-77d4f982402b8d44e9fa73ed70defd2d7314672d.zip
fix stupid testsuite faillure on mageia...
-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 5555e8f5..cf3b36dd 100644
--- a/t/superuser--mirrorlist.t
+++ b/t/superuser--mirrorlist.t
@@ -8,7 +8,7 @@ BEGIN { use_ok 'urpm::cfg' }
need_root_and_prepare();
-urpmi_addmedia('--mirrorlist \$MIRRORLIST main media/main/release');
+urpmi_addmedia('--mirrorlist \$MIRRORLIST core media/core/release');
is(run_urpm_cmd('urpmq sed'), "sed\n");
urpmi_removemedia('main');