From 3ccb8f6d26f9ae146b863a16a02863497612fc2c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 31 Aug 2012 16:44:25 +0000 Subject: fix testsuite: use new --no-verify-rpm option --- NEWS | 1 + t/helper.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5a85a503..6dc39918 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +- fix testsuite - unrequested package list management (for orphans) (mga#7167): o do not wrongly tell we updated the unrequested package list when we didn't (eg: when not having the proper rights such as running urpmq as !root) diff --git a/t/helper.pm b/t/helper.pm index ba625ea8..1980abb1 100644 --- a/t/helper.pm +++ b/t/helper.pm @@ -68,7 +68,7 @@ sub urpmi_cmd() { urpm_cmd('urpmi') } sub urpmi_addmedia { my ($para) = @_; - system_(urpm_cmd('urpmi.addmedia') . " $para"); + system_(urpm_cmd('urpmi.addmedia --no-verify-rpm') . " $para"); } sub urpmi_removemedia { my ($para) = @_; -- cgit v1.2.1