X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2Ftest.sh;h=bba92f497095b4ee1e5cfd204aa00a725acd1030;hb=c00bfddbf0f3608340d61298acc61dafb167f9b2;hp=8155338ec679fe41110b9429a3ab6f05cb3cc801;hpb=7015acd8e5d174585a19064a0bc7ce19c612591e;p=idzebra-moved-to-github.git diff --git a/test/gils/test.sh b/test/gils/test.sh index 8155338..bba92f4 100755 --- a/test/gils/test.sh +++ b/test/gils/test.sh @@ -1,8 +1,5 @@ #!/bin/sh -if [ -x ../../index/zmbolidx ]; then - IDX=../../index/zmbolidx - SRV=../../index/zmbolsrv -elif [ -x ../../index/zebraidx ]; then +if [ -x ../../index/zebraidx ]; then IDX=../../index/zebraidx SRV=../../index/zebrasrv else