diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-11 00:20:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-11 00:20:30 +0000 |
commit | 0e4e28fddae4163ffe6e10432978eab946e0ec6c (patch) | |
tree | a1f1f40d39d578632b8a6763c0d7b7af25034f34 | |
parent | db2370a12f9ac78cedb448439969079b6dc568f3 (diff) |
no more rewriting of the setup file
-rwxr-xr-x | tests/testcurl.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |