From 13d7dc173e8c83c12516cb9924b5cc7394d99f04 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 10 Dec 2007 08:59:22 +0000 Subject: - urpmi: o handle --suggests (to override urpmi.cfg global option "no-suggests") (#36007) --- t/superuser--suggests.t | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 't') diff --git a/t/superuser--suggests.t b/t/superuser--suggests.t index 0b38a9a7..e6caeaa3 100644 --- a/t/superuser--suggests.t +++ b/t/superuser--suggests.t @@ -29,6 +29,7 @@ test_c(); test_invalid(); test_upgrade(); test_d(); +test_force_suggests(); sub test_b { test('b', ['bb'], ['suggested_b']); @@ -103,3 +104,13 @@ sub test_d { } } +sub test_force_suggests { + set_urpmi_cfg_global_options({ 'no-suggests' => '' }); + + urpmi("--auto b"); + check_installed_and_remove('b', 'bb'); + urpmi("--auto --suggests b"); + check_installed_and_remove('b', 'bb', 'suggested_b'); + + set_urpmi_cfg_global_options({}); +} -- cgit v1.2.1