diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-09 20:49:13 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-09 20:49:13 +0000 |
commit | 455e9d254c4c3c87e0c76d33c3a80e479828270b (patch) | |
tree | e606177bfdf92681fd6f27ff3f8e995325bc0372 /t | |
parent | 41b6fdadcce7f06a810455f53ecae44cb2d5ae8a (diff) | |
download | urpmi-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.t | 1 |
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'); |