]> granicus.if.org Git - curl/commitdiff
no more rewriting of the setup file
authorDaniel Stenberg <daniel@haxx.se>
Fri, 11 Mar 2005 00:20:30 +0000 (00:20 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 11 Mar 2005 00:20:30 +0000 (00:20 +0000)
tests/testcurl.pl

index 2aa162b8d2d13d58dcaba07c6231b24e81c8b4b1..fc3a4a2a61a4981232ec0e3c547f577102a4b75a 100755 (executable)
@@ -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";