mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
tests/test_wrapper.sh.in: Tweak for running under Wine
Recent versions of Wine from Debian seem to print information to stdout which was screwing up the tests. Should be able to remove/improve this when Debian fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814572
This commit is contained in:
parent
038362813b
commit
39b05b60c2
@ -53,7 +53,7 @@ if test -f libsndfile.so.$LIB_VERSION ; then
|
||||
fi
|
||||
fi
|
||||
|
||||
sfversion=$(./sfversion@EXEEXT@ | sed "s/-exp$//")
|
||||
sfversion=$(./sfversion@EXEEXT@ | grep libsndfile | sed "s/-exp$//")
|
||||
|
||||
if test "$sfversion" != libsndfile-$PACKAGE_VERSION ; then
|
||||
echo "Error : sfversion ($sfversion) and PACKAGE_VERSION ($PACKAGE_VERSION) don't match."
|
||||
|
Loading…
Reference in New Issue
Block a user