Switched to Module::Install
[catagits/Catalyst-Runtime.git] / t / optional_stress.t
similarity index 87%
rename from t/optional/stress.t
rename to t/optional_stress.t
index f1f6b45..d9fdf56 100644 (file)
@@ -17,7 +17,7 @@ BEGIN {
       unless $ENV{TEST_STRESS};\r
 \r
     $iters = $ENV{TEST_STRESS} || 10;\r
-    $tests = YAML::LoadFile("$FindBin::Bin/stress.yml");\r
+    $tests = YAML::LoadFile("$FindBin::Bin/optional_stress.yml");\r
 \r
     my $total_tests = 0;\r
     map { $total_tests += scalar @{ $tests->{$_} } } keys %{$tests};\r