mirror of
https://github.com/curl/curl.git
synced 2025-02-05 14:30:10 +08:00
detect daily snapshots using the new path for this test
This commit is contained in:
parent
76e73cfec8
commit
50b0e72f7b
@ -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!"
|
||||
|
Loading…
Reference in New Issue
Block a user