diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-15 08:07:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-15 08:07:20 +0000 |
commit | f5e1beddf1db422a372f1d02704055c947b11cc9 (patch) | |
tree | 3e0d8aa78fa0dc1ccc4ef567c6d8fb8d5de9573c /tests/testcurl.pl | |
parent | d4076c9a8a3e89cb8007b9d8b339166065fdfa33 (diff) | |
download | curl-f5e1beddf1db422a372f1d02704055c947b11cc9.tar.gz |
no more getdate.c to care about
Diffstat (limited to 'tests/testcurl.pl')
-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" |