From 8465ff23e43f9ed10ab5b15f98be0438b69c7624 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 5 Sep 2007 15:27:11 +0000 Subject: test case is fixed since perl-URPM defaults to "one big transaction" instead of doing nonsense --- t/superuser--obsolete-and-conflict.t | 3 +-- 1 file changed, 1 insertion(+), 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 { -- cgit v1.2.1