aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index b65bcebcd..2b6dda8fa 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -1614,8 +1614,8 @@ sub checksystem {
die "couldn't get curl's version";
}
- if(-r "../lib/config.h") {
- open(CONF, "<../lib/config.h");
+ if(-r "../lib/curl_config.h") {
+ open(CONF, "<../lib/curl_config.h");
while(<CONF>) {
if($_ =~ /^\#define HAVE_GETRLIMIT/) {
$has_getrlimit = 1;