aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rwxr-xr-xt/01packdrakeng.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01packdrakeng.t b/t/01packdrakeng.t
index 002e807..52d3c12 100755
--- a/t/01packdrakeng.t
+++ b/t/01packdrakeng.t
@@ -6,7 +6,7 @@ use strict;
use Test::More tests => 41;
use Digest::MD5;
-use_ok('Packdrakeng');
+BEGIN { use_ok('Packdrakeng'); }
-d "test" || mkdir "test" or die "Can't create directory test";