From: Adam Dickmeiss Date: Mon, 14 Oct 2013 13:12:39 +0000 (+0200) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2 X-Git-Tag: v1.6.36~9 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=56887e2bace5aede54e6173e38bdd4e4c82e3cc6;hp=990a1a76db5f46c095e9d7bcca166cdc16c201cc;p=pazpar2-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2 --- 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