]> granicus.if.org Git - curl/commitdiff
detect daily snapshots using the new path for this test
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 Mar 2004 11:39:29 +0000 (11:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Mar 2004 11:39:29 +0000 (11:39 +0000)
tests/testcurl.pl

index 8a6e8a8ccab9397d2b26a944ccdca1d826534624..71438137c0fe1077d2a16e928fb4d0865df70f41 100755 (executable)
@@ -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!"