summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-09 20:49:13 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-09 20:49:13 +0000
commit455e9d254c4c3c87e0c76d33c3a80e479828270b (patch)
treee606177bfdf92681fd6f27ff3f8e995325bc0372 /t
parent41b6fdadcce7f06a810455f53ecae44cb2d5ae8a (diff)
downloadurpmi-455e9d254c4c3c87e0c76d33c3a80e479828270b.tar
urpmi-455e9d254c4c3c87e0c76d33c3a80e479828270b.tar.gz
urpmi-455e9d254c4c3c87e0c76d33c3a80e479828270b.tar.bz2
urpmi-455e9d254c4c3c87e0c76d33c3a80e479828270b.tar.xz
urpmi-455e9d254c4c3c87e0c76d33c3a80e479828270b.zip
fix testing with local urpmi after urpmi restart
Diffstat (limited to 't')
-rw-r--r--t/superuser--priority-upgrade.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/superuser--priority-upgrade.t b/t/superuser--priority-upgrade.t
index 2486177e..1aa9eea1 100644
--- a/t/superuser--priority-upgrade.t
+++ b/t/superuser--priority-upgrade.t
@@ -10,6 +10,7 @@ use Test::More 'no_plan';
need_root_and_prepare();
$ENV{TESTING_priority_upgrade} = 1;
+$ENV{PERL5LIB} = ".."; #- for restart with local urpmi
my $name = 'priority-upgrade';
test('a b', 'a', 'a', 'b');