diff options
Diffstat (limited to 't/superuser--obsolete-and-conflict.t')
-rw-r--r-- | t/superuser--obsolete-and-conflict.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/superuser--obsolete-and-conflict.t b/t/superuser--obsolete-and-conflict.t index be3af8be..5284618d 100644 --- a/t/superuser--obsolete-and-conflict.t +++ b/t/superuser--obsolete-and-conflict.t @@ -31,10 +31,10 @@ sub test1 { my $arch = urpm::cfg::get_arch(); test_urpmi("b c", sprintf(<<'EOF', $arch, $arch)); - 1/3: c - 2/3: b + 1/2: c + 2/2: b removing package a-1-1.%s - 3/3: removing a-1-1.%s + 1/1: removing a-1-1.%s EOF check_installed_and_remove('b', 'c'); } |