X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_facets.sh;fp=test%2Ftest_facets.sh;h=1ad053c09fe51822b6bfa85c65d81664d1f48853;hb=5410847495fb43bdc5c3e630fbc3f15a964640f9;hp=506dd648a9462a1d256d70fa85203e76b817ce54;hpb=5c7635304f52342a8914fb5ca1d7ee528c6b44e6;p=pazpar2-moved-to-github.git diff --git a/test/test_facets.sh b/test/test_facets.sh index 506dd64..1ad053c 100755 --- a/test/test_facets.sh +++ b/test/test_facets.sh @@ -10,7 +10,7 @@ F='' for p in $PATH; do if test -x $p/yaz-ztest -a -x $p/yaz-config; then VERSION=`$p/yaz-config -V|awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test $VERSION -ge 4000012; then + if test $VERSION -ge 4000011; then F=$p/yaz-ztest break fi