diff options
author | Kamil Dudka <kdudka@redhat.com> | 2020-04-29 13:27:20 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2020-04-29 13:54:08 +0200 |
commit | 68774da9ca5f39dbb403d63a7d9326b28263bdcb (patch) | |
tree | cadb2bef2ea46a98d981ebbd5dd908e164d3c8ed | |
parent | 1066f5f0d4b304f7ba46f912cf13e12f45e39553 (diff) |
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/test1177 | 2 |
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> |