summaryrefslogtreecommitdiffstats
path: root/t/superuser--handle-conflict-deps.t
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-01-16 14:47:14 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-01-16 14:47:14 +0000
commit72b0fc7fd497dd094845e2bbd235cab016f9b229 (patch)
tree0d980fb4f80ee215fe83b74013ba3b79c4d33537 /t/superuser--handle-conflict-deps.t
parentea70994943c8ae8b46565b0ddf4b01452038fd25 (diff)
downloadurpmi-72b0fc7fd497dd094845e2bbd235cab016f9b229.tar
urpmi-72b0fc7fd497dd094845e2bbd235cab016f9b229.tar.gz
urpmi-72b0fc7fd497dd094845e2bbd235cab016f9b229.tar.bz2
urpmi-72b0fc7fd497dd094845e2bbd235cab016f9b229.tar.xz
urpmi-72b0fc7fd497dd094845e2bbd235cab016f9b229.zip
need real fix... urpmi one or the other...
Diffstat (limited to 't/superuser--handle-conflict-deps.t')
-rw-r--r--t/superuser--handle-conflict-deps.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--handle-conflict-deps.t b/t/superuser--handle-conflict-deps.t
index 21b628ab..998e26ff 100644
--- a/t/superuser--handle-conflict-deps.t
+++ b/t/superuser--handle-conflict-deps.t
@@ -27,5 +27,5 @@ sub test_conflict_on_upgrade {
sub test_conflict_on_install {
urpmi('--auto a b');
- check_installed_and_remove('a'); # WARNING: why does it choose one or the other?
+ check_installed_and_remove('b', 'b-sub'); # WARNING: why does it choose one or the other?
}