aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl2
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!"