diff options
Diffstat (limited to 't/superuser--file-conflicts.t')
-rw-r--r-- | t/superuser--file-conflicts.t | 5 |
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"); |