diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-01-25 01:35:43 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-01-25 01:35:43 +0000 |
commit | 44ac2776ae8394974c88655c8c45ee4a6bf7b209 (patch) | |
tree | 391374bc62df04392e41426a0c4f01cac0f5a630 /tests | |
parent | 36e3e6ed16876c282268e808b48618b94cca09c4 (diff) | |
download | curl-44ac2776ae8394974c88655c8c45ee4a6bf7b209.tar.gz |
Fixed a dangling pointer problem that prevented the http_proxy environment
variable from being properly used in many cases (and caused test case 63
to fail).
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index bc36a92cb..656316c25 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1706,7 +1706,7 @@ sub singletest { if($curl_debug) { if(! -f $memdump) { - logmsg "\n** ALERT! memory debuggin without any output file?\n"; + logmsg "\n** ALERT! memory debugging without any output file?\n"; } else { my @memdata=`$memanalyze $memdump`; |