aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-09 11:26:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-09 11:26:57 +0000
commitba25cad6e2d218c40e33bc1165362378f84471ab (patch)
tree6428f6eda9404483c75ca38c0ecc50b34fc847d2 /tests/runtests.pl
parentabb01123cbd58dda279230ab95f7e817ae0c5a57 (diff)
pass a file name to memanalyze to read from instead of using stdin
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 921cd28bf..0690d4f09 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -777,7 +777,7 @@ sub singletest {
print "\n** ALERT! memory debuggin without any output file?\n";
}
else {
- my @memdata=`$memanalyze < $memdump`;
+ my @memdata=`$memanalyze $memdump`;
my $leak=0;
for(@memdata) {
if($_ ne "") {