summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnssi Hannula <anssi@mandriva.org>2009-07-09 00:12:10 +0000
committerAnssi Hannula <anssi@mandriva.org>2009-07-09 00:12:10 +0000
commit6fff6cb237526e2c9e126703ce1d42ff9a8b2f00 (patch)
tree281faa8702b5105301f1e9561540c89a459af583
parentcd02ec06713e1a912262bbdc8fbecef27d8e46c9 (diff)
downloadurpmi-6fff6cb237526e2c9e126703ce1d42ff9a8b2f00.tar
urpmi-6fff6cb237526e2c9e126703ce1d42ff9a8b2f00.tar.gz
urpmi-6fff6cb237526e2c9e126703ce1d42ff9a8b2f00.tar.bz2
urpmi-6fff6cb237526e2c9e126703ce1d42ff9a8b2f00.tar.xz
urpmi-6fff6cb237526e2c9e126703ce1d42ff9a8b2f00.zip
Print all parameters when entering test_auto_select_raw_urpmq_urpme
in orphans.t (one was missing).
-rw-r--r--t/superuser--orphans.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--orphans.t b/t/superuser--orphans.t
index c2713709..f036e3a4 100644
--- a/t/superuser--orphans.t
+++ b/t/superuser--orphans.t
@@ -122,7 +122,7 @@ sub test_auto_select {
sub test_auto_select_raw_urpmq_urpme {
my ($req_v1, $wanted_v1, $wanted_v2, $orphans_v2) = @_;
- print "# test_auto_select_raw_urpmq_urpme(@$req_v1, $wanted_v1, $wanted_v2)\n";
+ print "# test_auto_select_raw_urpmq_urpme(@$req_v1, $wanted_v1, $wanted_v2, $orphans_v2)\n";
urpmi("--media $name-1 --auto $_") foreach @$req_v1;
check_installed_fullnames(split ' ', $wanted_v1);
run_and_get_suggested_orphans("urpmi --media $name-2 --auto --auto-select", split(' ', $orphans_v2));