X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Foptional_memleak.t;h=3bc2dba7cb60f2ad6369cbb6604096002af00303;hp=bc5a5d4cc943fe02e46f0fe2ee8ce12cc9663197;hb=09461385e3f0f62cbf3a95a71d00f71e1a42ca75;hpb=a2e038a1e9cbc0f1ea32b7087e6b47efe3af082f diff --git a/t/optional_memleak.t b/t/optional_memleak.t index bc5a5d4..3bc2dba 100644 --- a/t/optional_memleak.t +++ b/t/optional_memleak.t @@ -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;