]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1177: look for curl.h in source directory
authorKamil Dudka <kdudka@redhat.com>
Wed, 29 Apr 2020 11:27:20 +0000 (13:27 +0200)
committerKamil Dudka <kdudka@redhat.com>
Wed, 29 Apr 2020 11:54:08 +0000 (13:54 +0200)
If we use a separate build directory, there is no copy of the header.

Closes #5310

tests/data/test1177

index 75a1ab350f685a0471001f8f1ba59db5f2549366..85b520ce035de38abd3c5262a1cbcf500d94d4c1 100644 (file)
@@ -18,7 +18,7 @@ Verify that CURL_VERSION_* in headers and docs are in sync
  </name>
 
 <command type="perl">
-%SRCDIR/version-scan.pl %SRCDIR/../docs/libcurl/curl_version_info.3 ../include/curl/curl.h
+%SRCDIR/version-scan.pl %SRCDIR/../docs/libcurl/curl_version_info.3 %SRCDIR/../include/curl/curl.h
 </command>
 </client>