mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:43:35 +03:00
Revert last change since it breaks running the test suite
when builddir is different from srcdir.
This commit is contained in:
parent
8f1829d1d2
commit
3daa54d636
5 changed files with 12 additions and 12 deletions
|
|
@ -23,7 +23,7 @@ Compare curl --version with curl-config --protocols
|
|||
--version
|
||||
</command>
|
||||
<postcheck>
|
||||
%SRCDIR/libtest/test1013.pl %SRCDIR/../curl-config log/stdout1013 protocols
|
||||
%SRCDIR/libtest/test1013.pl ../curl-config log/stdout1013 protocols
|
||||
</postcheck>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ Compare curl --version with curl-config --features
|
|||
--version
|
||||
</command>
|
||||
<postcheck>
|
||||
%SRCDIR/libtest/test1013.pl %SRCDIR/../curl-config log/stdout1014 features
|
||||
%SRCDIR/libtest/test1013.pl ../curl-config log/stdout1014 features
|
||||
</postcheck>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue