X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_facets.sh;h=6f22f016cd0b47a6e930ea585a5a21f4f33eec83;hb=93e4eeecaf4b9b964488f5d015831190e3967df4;hp=c35bbec1f0c8f8974a029147146b5578a2750913;hpb=21530e9fea20d4ff8ce4a63aa8dab02e2a39b18e;p=pazpar2-moved-to-github.git diff --git a/test/test_facets.sh b/test/test_facets.sh index c35bbec..6f22f01 100755 --- a/test/test_facets.sh +++ b/test/test_facets.sh @@ -11,7 +11,7 @@ F='' for p in $PATH; do if test -x $p/yaz-ztest -a -x $p/yaz-client; then VERSION=`$p/yaz-client -V|awk '{print $3;}'|awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test $VERSION -ge 4002000; then + if test $VERSION -ge 4002042; then F=$p/yaz-ztest break fi