summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-05 15:27:11 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-05 15:27:11 +0000
commit8465ff23e43f9ed10ab5b15f98be0438b69c7624 (patch)
treef54c7524a8657f12b728c168e0da788f2821333f /t
parent8b8da702258d90b067910f4dfbf21028b1b02608 (diff)
downloadurpmi-8465ff23e43f9ed10ab5b15f98be0438b69c7624.tar
urpmi-8465ff23e43f9ed10ab5b15f98be0438b69c7624.tar.gz
urpmi-8465ff23e43f9ed10ab5b15f98be0438b69c7624.tar.bz2
urpmi-8465ff23e43f9ed10ab5b15f98be0438b69c7624.tar.xz
urpmi-8465ff23e43f9ed10ab5b15f98be0438b69c7624.zip
test case is fixed since perl-URPM defaults to "one big transaction" instead
of doing nonsense
Diffstat (limited to 't')
-rw-r--r--t/superuser--obsolete-and-conflict.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/superuser--obsolete-and-conflict.t b/t/superuser--obsolete-and-conflict.t
index 4167bf4e..1aed554b 100644
--- a/t/superuser--obsolete-and-conflict.t
+++ b/t/superuser--obsolete-and-conflict.t
@@ -40,8 +40,7 @@ urpme('b c d');
urpmi('a d');
check_installed_names('a', 'd');
urpmi('--split-level 1 b c');
-# argh, d is removed :-(
-#check_installed_names('b', 'c', 'd');
+check_installed_names('b', 'c', 'd');
sub test_urpmi {