From: Kamil Dudka Date: Wed, 29 Apr 2020 11:27:20 +0000 (+0200) Subject: test1177: look for curl.h in source directory X-Git-Tag: curl-7_71_0~241 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68774da9ca5f39dbb403d63a7d9326b28263bdcb;p=thirdparty%2Fcurl.git test1177: look for curl.h in source directory If we use a separate build directory, there is no copy of the header. Closes #5310 --- diff --git a/tests/data/test1177 b/tests/data/test1177 index 75a1ab350f..85b520ce03 100644 --- a/tests/data/test1177 +++ b/tests/data/test1177 @@ -18,7 +18,7 @@ Verify that CURL_VERSION_* in headers and docs are in sync -%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