diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/testcurl.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 5a6ad77b1..bd1b8c025 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -227,7 +227,6 @@ if (-d $CURLDIR) { logit "$CURLDIR is verified to be a fine source dir"; # remove the generated sources to force them to be re-generated each # time we run this test - unlink "$CURLDIR/lib/getdate.c"; unlink "$CURLDIR/src/hugehelp.c"; } elsif (!$CVS && -f "$CURLDIR/tests/testcurl.pl") { logit "$CURLDIR is verified to be a fine daily source dir" |