From: Daniel Stenberg Date: Fri, 11 Mar 2005 00:20:30 +0000 (+0000) Subject: no more rewriting of the setup file X-Git-Tag: curl-7_13_2~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e4e28fddae4163ffe6e10432978eab946e0ec6c;p=curl no more rewriting of the setup file --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 2aa162b8d..fc3a4a2a6 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -197,7 +197,7 @@ if (!$confopts) { } -if ($fixed > 0) { +if ($fixed < 4) { open(F, ">$setupfile") or die; print F "name='$name'\n"; print F "email='$email'\n";