diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-10-04 14:41:48 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-10-04 14:41:48 +0000 |
commit | f2be43ab69e87c9c3ded8db93ab3b499acf04dfb (patch) | |
tree | 0c1fd62bd43c08c001e2f1df992e14066b97a274 /t/superuser--rpm.t | |
parent | df5123679ef7ebbb718fc872af7c332e55903998 (diff) | |
download | urpmi-f2be43ab69e87c9c3ded8db93ab3b499acf04dfb.tar urpmi-f2be43ab69e87c9c3ded8db93ab3b499acf04dfb.tar.gz urpmi-f2be43ab69e87c9c3ded8db93ab3b499acf04dfb.tar.bz2 urpmi-f2be43ab69e87c9c3ded8db93ab3b499acf04dfb.tar.xz urpmi-f2be43ab69e87c9c3ded8db93ab3b499acf04dfb.zip |
drop support for rpm5
Diffstat (limited to 't/superuser--rpm.t')
-rw-r--r-- | t/superuser--rpm.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--rpm.t b/t/superuser--rpm.t index 9405e87b..9e4bad0a 100644 --- a/t/superuser--rpm.t +++ b/t/superuser--rpm.t @@ -8,7 +8,7 @@ use Test::More 'no_plan'; my $name = 'rpm-query-in-scriptlet'; need_root_and_prepare(); -rpm_is_jbj_version() or system_('mkdir -p root/var/lib/rpm'); +system_('mkdir -p root/var/lib/rpm'); test_rpm_query_in_scriptlet(); sub test_rpm_query_in_scriptlet { |