summaryrefslogtreecommitdiff
path: root/t/01-doc.t
diff options
context:
space:
mode:
authorivan <ivan>2008-08-12 04:02:02 +0000
committerivan <ivan>2008-08-12 04:02:02 +0000
commit9fbeda1dc776c602ce14d3874368d4620c079b60 (patch)
tree1c4eeceb1a881caa99dd2e2d600c0c637bb87df2 /t/01-doc.t
parentcba80d78f46ea7541c37efd54262ab1c0dff67e9 (diff)
add image handling and prevent leaking temporary files (ourselves, Archive::Zip might be)
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;