diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-05 15:27:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-05 15:27:11 +0000 |
commit | 8465ff23e43f9ed10ab5b15f98be0438b69c7624 (patch) | |
tree | f54c7524a8657f12b728c168e0da788f2821333f /t | |
parent | 8b8da702258d90b067910f4dfbf21028b1b02608 (diff) | |
download | urpmi-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.t | 3 |
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 { |