diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-05 16:12:22 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-07 04:00:31 +0200 |
commit | f63e588f31b3af0e6ba830c2c43d2677e33b86f0 (patch) | |
tree | 6cd4283ff95fa13a83c2d8f989b0731db26b2d71 | |
parent | 3db42387f867511f757ddbacd7eab016f20fbe4d (diff) | |
download | urpmi-f63e588f31b3af0e6ba830c2c43d2677e33b86f0.tar urpmi-f63e588f31b3af0e6ba830c2c43d2677e33b86f0.tar.gz urpmi-f63e588f31b3af0e6ba830c2c43d2677e33b86f0.tar.bz2 urpmi-f63e588f31b3af0e6ba830c2c43d2677e33b86f0.tar.xz urpmi-f63e588f31b3af0e6ba830c2c43d2677e33b86f0.zip |
use new option name
-rw-r--r-- | t/superuser--suggests.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--suggests.t b/t/superuser--suggests.t index 0dcb85c7..af60f1da 100644 --- a/t/superuser--suggests.t +++ b/t/superuser--suggests.t @@ -107,7 +107,7 @@ sub test_d { } sub test_force_suggests { - set_urpmi_cfg_global_options({ 'no-suggests' => '' }); + set_urpmi_cfg_global_options({ 'no-recommends' => '' }); urpmi("--auto b"); check_installed_and_remove('b', 'bb'); |