summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2020-04-29 13:27:20 +0200
committerKamil Dudka <kdudka@redhat.com>2020-04-29 13:54:08 +0200
commit68774da9ca5f39dbb403d63a7d9326b28263bdcb (patch)
treecadb2bef2ea46a98d981ebbd5dd908e164d3c8ed
parent1066f5f0d4b304f7ba46f912cf13e12f45e39553 (diff)
downloadcurl-68774da9ca5f39dbb403d63a7d9326b28263bdcb.tar.gz
test1177: look for curl.h in source directory
If we use a separate build directory, there is no copy of the header. Closes #5310
-rw-r--r--tests/data/test11772
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1177 b/tests/data/test1177
index 75a1ab350..85b520ce0 100644
--- a/tests/data/test1177
+++ b/tests/data/test1177
@@ -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>