test/common.sh: fix typo in gapk binary location

This commit is contained in:
Vadim Yanitskiy 2017-08-30 15:50:34 +07:00 committed by Sylvain Munaut
parent 1452203526
commit 6c42261cd2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ REFDIR=./ref-files
if [ -f ../src/gapk ]; then
GAPK=../src/gapk
elif [ -f `which gapk` ]; then
GAPK=`whiich gapk`
GAPK=`which gapk`
else
exit 1
fi