Fixed memleak test
[catagits/Catalyst-Runtime.git] / t / optional_memleak.t
index bc5a5d4..3bc2dba 100644 (file)
@@ -20,7 +20,7 @@ plan skip_all => 'HTTP::Body >= 0.03 required for this test' if $@;
 
 our $gtop = GTop->new;
 our ( $initial, $final ) = ( 0, 0 ); 
-our $tests = YAML::LoadFile("$FindBin::Bin/stress.yml");
+our $tests = YAML::LoadFile("$FindBin::Bin/optional_stress.yml");
 
 my $total_tests = 0;