Fix script test when aggregated
[catagits/Catalyst-Runtime.git] / t / unit_core_script_test.t
similarity index 98%
rename from t/aggregate/unit_core_script_test.t
rename to t/unit_core_script_test.t
index e475651..1328bde 100644 (file)
@@ -3,7 +3,7 @@ use warnings;
 
 use Carp qw(croak);
 use FindBin qw/$Bin/;
-use lib "$Bin/../lib";
+use lib "$Bin/lib";
 
 use Test::More;
 use Test::Exception;