diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-28 20:40:01 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-28 20:58:59 +0200 |
commit | cec1692c8efb7afdbde9f21e90ca2fc681eccc29 (patch) | |
tree | f5d4c5c0e32aa0d27a03e885d3edf7ef9b7a32ba /t/02create_pkgs.t | |
parent | a994197786a6510b2abed1865d1a44d368418109 (diff) | |
download | urpmi-cec1692c8efb7afdbde9f21e90ca2fc681eccc29.tar urpmi-cec1692c8efb7afdbde9f21e90ca2fc681eccc29.tar.gz urpmi-cec1692c8efb7afdbde9f21e90ca2fc681eccc29.tar.bz2 urpmi-cec1692c8efb7afdbde9f21e90ca2fc681eccc29.tar.xz urpmi-cec1692c8efb7afdbde9f21e90ca2fc681eccc29.zip |
split set_path()
Diffstat (limited to 't/02create_pkgs.t')
-rw-r--r-- | t/02create_pkgs.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/02create_pkgs.t b/t/02create_pkgs.t index c0af4f3f..9733436c 100644 --- a/t/02create_pkgs.t +++ b/t/02create_pkgs.t @@ -6,8 +6,7 @@ use helper; use Test::More 'no_plan'; use Cwd; -# help CPAN testers who installed genhdlist2 using cpan but do not have /usr/local/bin in their PATH: -$ENV{PATH} .= ":/usr/local/bin"; +set_path(); chdir 't' if -d 't'; system('rm -rf tmp media'); |