From: Daniel Stenberg Date: Thu, 25 Mar 2004 11:39:29 +0000 (+0000) Subject: detect daily snapshots using the new path for this test X-Git-Tag: curl-7_11_2~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50b0e72f7b07f1d3b75123b809418023216114a1;p=thirdparty%2Fcurl.git detect daily snapshots using the new path for this test --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 8a6e8a8cca..71438137c0 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!"