Fix a test fail when no bwrap was available

Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/201
This commit is contained in:
Akira TAGOH 2019-12-05 19:55:06 +09:00
parent 8249f871b3
commit 8bddcb1137
1 changed files with 2 additions and 3 deletions

View File

@ -40,9 +40,8 @@ ECHO=true
FCLIST="$LOG_COMPILER ../fc-list/fc-list$EXEEXT"
FCCACHE="$LOG_COMPILER ../fc-cache/fc-cache$EXEEXT"
which bwrap > /dev/null 2>&1
if [ $? -eq 0 ]; then
BWRAP=`which bwrap`
if [ -x "$(command -v bwrap)" ]; then
BWRAP="$(command -v bwrap)"
fi
FONT1=$TESTDIR/4x6.pcf