detect daily snapshots using the new path for this test

This commit is contained in:
Daniel Stenberg 2004-03-25 11:39:29 +00:00
parent 76e73cfec8
commit 50b0e72f7b
1 changed files with 1 additions and 1 deletions

View File

@ -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!"