summaryrefslogtreecommitdiff
path: root/tests/symbol-scan.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/symbol-scan.pl')
-rwxr-xr-xtests/symbol-scan.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/symbol-scan.pl b/tests/symbol-scan.pl
index 6706aa707..cfaffa792 100755
--- a/tests/symbol-scan.pl
+++ b/tests/symbol-scan.pl
@@ -51,9 +51,9 @@ my $root=$ARGV[0] || ".";
# need an include directory when building out-of-tree
my $i = ($ARGV[1]) ? "-I$ARGV[1] " : '';
-my $h = "$root/include/curl/curl.h";
-my $mh = "$root/include/curl/multi.h";
-my $ua = "$root/include/curl/urlapi.h";
+my $h = "$root/include/gnurl/curl.h";
+my $mh = "$root/include/gnurl/multi.h";
+my $ua = "$root/include/gnurl/urlapi.h";
my $verbose=0;
my $summary=0;