Revert last change since it breaks running the test suite

when builddir is different from srcdir.
This commit is contained in:
Yang Tse
2007-11-23 09:50:44 +00:00
parent 8f1829d1d2
commit 3daa54d636
5 changed files with 12 additions and 12 deletions

View File

@@ -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>

View File

@@ -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>