diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-11-14 11:28:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-11-14 11:28:41 +0000 |
commit | edabe9d4501ff5c70b18f85e15c4cd6fc0689cac (patch) | |
tree | a8009e7c437bacdd0c63676832ec829235058bbb /t/superuser--rpm.t | |
parent | 4649f78ef3be666c889607c8b96f0fbe22ee4f12 (diff) | |
download | urpmi-edabe9d4501ff5c70b18f85e15c4cd6fc0689cac.tar urpmi-edabe9d4501ff5c70b18f85e15c4cd6fc0689cac.tar.gz urpmi-edabe9d4501ff5c70b18f85e15c4cd6fc0689cac.tar.bz2 urpmi-edabe9d4501ff5c70b18f85e15c4cd6fc0689cac.tar.xz urpmi-edabe9d4501ff5c70b18f85e15c4cd6fc0689cac.zip |
allow to run tests on 4.4.2.2 which gives a few different results
Diffstat (limited to 't/superuser--rpm.t')
-rw-r--r-- | t/superuser--rpm.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/superuser--rpm.t b/t/superuser--rpm.t index 4930d30d..eb21355d 100644 --- a/t/superuser--rpm.t +++ b/t/superuser--rpm.t @@ -8,6 +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'); test_rpm_query_in_scriptlet(); sub test_rpm_query_in_scriptlet { |