diff options
Diffstat (limited to 't')
-rw-r--r-- | t/superuser--obsolete-and-conflict.t | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/t/superuser--obsolete-and-conflict.t b/t/superuser--obsolete-and-conflict.t index 09e04f90..1494cd9a 100644 --- a/t/superuser--obsolete-and-conflict.t +++ b/t/superuser--obsolete-and-conflict.t @@ -11,6 +11,7 @@ use lib '.', 't'; use helper; use Expect; use urpm::util; +use urpm::cfg; use Test::More 'no_plan'; need_root_and_prepare(); @@ -21,10 +22,10 @@ urpmi_addmedia("$name $::pwd/media/$name"); urpmi('a'); check_installed_names('a'); -test_urpmi("b c", <<'EOF'); +test_urpmi("b c", sprintf(<<'EOF', urpm::cfg::get_arch())); 1/2: c 2/2: b -removing package a +removing package a-1-1.%s EOF check_installed_names('b', 'c'); |