Some test fixing on os x
[gruntmaster-daemon.git] / t / 00-compile.t
index 28dd755759f69d7a1f82dcaf9a5d656bc8b56ab7..eaa82ca1990d3a73c06d5d4dfc03748103b5433e 100644 (file)
@@ -1,7 +1,11 @@
-#!/usr/bin/perl -w
 use v5.14;
 use strict;
 use warnings;
 
+use FindBin;
+
 use Test::More tests => 1;
-BEGIN { use_ok('Gruntmaster::Daemon') };
+BEGIN {
+  $ENV{PATH} = "$FindBin::Bin/../blib/script:" . $ENV{PATH};
+  use_ok('Gruntmaster::Daemon')
+};
This page took 0.009452 seconds and 4 git commands to generate.