diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-25 11:39:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-25 11:39:29 +0000 |
commit | 50b0e72f7b07f1d3b75123b809418023216114a1 (patch) | |
tree | 53ec4df2c928f2affb59eec65d3d4ec89b9f9f1c /tests | |
parent | 76e73cfec816e2c637ae0690ab9ca35e3191cfae (diff) |
detect daily snapshots using the new path for this test
Diffstat (limited to 'tests')
-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 8a6e8a8cc..71438137c 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -194,7 +194,7 @@ if (-d $CURLDIR) { # time we run this test unlink "$CURLDIR/lib/getdate.c"; unlink "$CURLDIR/src/hugehelp.c"; - } elsif (!$CVS && -f "$CURLDIR/testcurl.pl") { + } elsif (!$CVS && -f "$CURLDIR/tests/testcurl.pl") { logit "curl is verified to be a fine daily source dir" } else { mydie "curl is not a daily source dir or checked out from CVS!" |