Refine test and make it more portable.
[idzebra-moved-to-github.git] / test / gils / test.sh
index 8155338..bb6f324 100755 (executable)
@@ -1,8 +1,6 @@
 #!/bin/sh
-if [ -x ../../index/zmbolidx ]; then
-       IDX=../../index/zmbolidx
-       SRV=../../index/zmbolsrv
-elif [ -x ../../index/zebraidx ]; then 
+# $Id: test.sh,v 1.8 2003-05-06 17:39:01 adam Exp $
+if [ -x ../../index/zebraidx ]; then 
        IDX=../../index/zebraidx
        SRV=../../index/zebrasrv
 else