summaryrefslogtreecommitdiffstats
path: root/t/02create_pkgs.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02create_pkgs.t')
-rw-r--r--t/02create_pkgs.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/02create_pkgs.t b/t/02create_pkgs.t
index 7b1bcc5e..d9729e64 100644
--- a/t/02create_pkgs.t
+++ b/t/02create_pkgs.t
@@ -6,6 +6,9 @@ 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";
+
chdir 't' if -d 't';
system('rm -rf tmp media');
foreach (qw(media tmp tmp/BUILD tmp/RPMS tmp/RPMS/noarch tmp/SRPMS)) {