summaryrefslogtreecommitdiff
path: root/t/01-doc.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01-doc.t')
-rw-r--r--t/01-doc.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/01-doc.t b/t/01-doc.t
index cbb8286..a2a788d 100644
--- a/t/01-doc.t
+++ b/t/01-doc.t
@@ -1,5 +1,7 @@
#!perl
+BEGIN { chomp($pwd=`pwd`); $ENV{PATH} .= ":$pwd/bin"; };
+
use Test::More tests => 2;
use HTML::AutoConvert;