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 2e57460da..ddf030409 100755
--- a/tests/testcurl.pl
+++ b/tests/testcurl.pl
@@ -230,7 +230,7 @@ sub mydie($){
sub get_host_triplet {
my $triplet;
- my $configfile = "$pwd/$build/lib/config.h";
+ my $configfile = "$pwd/$build/lib/curl_config.h";
if(-f $configfile && -s $configfile && open(LIBCONFIGH, "<$configfile")) {
while(<LIBCONFIGH>) {