Fixed memleak test
Andy Grundman [Wed, 23 Nov 2005 14:32:02 +0000 (14:32 +0000)]
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;