summaryrefslogtreecommitdiffstats
path: root/t/superuser--file-conflicts.t
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-11-30 10:14:46 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-11-30 10:14:46 +0000
commit3ccf4fa6a9e2e17fe5bd8bf1b23500cae7379a1e (patch)
tree7db1a2601d861c339d3fdb65a16f7a92a355f7d8 /t/superuser--file-conflicts.t
parent9571638b8f4070a263159530c079e2818fd200ba (diff)
downloadurpmi-3ccf4fa6a9e2e17fe5bd8bf1b23500cae7379a1e.tar
urpmi-3ccf4fa6a9e2e17fe5bd8bf1b23500cae7379a1e.tar.gz
urpmi-3ccf4fa6a9e2e17fe5bd8bf1b23500cae7379a1e.tar.bz2
urpmi-3ccf4fa6a9e2e17fe5bd8bf1b23500cae7379a1e.tar.xz
urpmi-3ccf4fa6a9e2e17fe5bd8bf1b23500cae7379a1e.zip
- urpmi:
o fix regression introduced in 4.10.15: "urpmi --force valid invalid" should warn about "invalid" but still install "valid"
Diffstat (limited to 't/superuser--file-conflicts.t')
-rw-r--r--t/superuser--file-conflicts.t5
1 files changed, 0 insertions, 5 deletions
diff --git a/t/superuser--file-conflicts.t b/t/superuser--file-conflicts.t
index d3fcf03b..9edf794d 100644
--- a/t/superuser--file-conflicts.t
+++ b/t/superuser--file-conflicts.t
@@ -153,11 +153,6 @@ sub test_rpm_i_fail {
my $rpms = join(' ', map { "media/$medium_name/$_-*.rpm" } @rpms);
system_should_fail("rpm --root $::pwd/root -i $rpms");
}
-sub test_urpmi_fail {
- my ($rpms) = @_;
- system_should_fail(urpmi_cmd() . " $rpms");
-}
-
sub check_no_etc_files() {
if (my @l = grep { !m!/urpmi$! } glob("$::pwd/root/etc/*")) {
fail(join(' ', @l) . " files should not be there");