mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:27:16 +03:00
Improve chance of running runtests.pl from outside the
source tree 'tests' directory
This commit is contained in:
parent
6efb6addf2
commit
8f1829d1d2
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 ../curl-config log/stdout1013 protocols
|
||||
%SRCDIR/libtest/test1013.pl %SRCDIR/../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 ../curl-config log/stdout1014 features
|
||||
%SRCDIR/libtest/test1013.pl %SRCDIR/../curl-config log/stdout1014 features
|
||||
</postcheck>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue