From: Adam Dickmeiss Date: Wed, 13 Nov 2013 12:50:17 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2 X-Git-Tag: v1.6.37~3 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=8cc486015ba87bc3daf483d18d31d163c3670a21;hp=a0bb88120d5fc86e5e106fe3309a344c08a96f20;p=pazpar2-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2 --- diff --git a/test/run_pazpar2.sh b/test/run_pazpar2.sh index 989e257..dd23b33 100755 --- a/test/run_pazpar2.sh +++ b/test/run_pazpar2.sh @@ -103,7 +103,7 @@ if test "$ztest" = "true" ; then if test -x $p/ztest/yaz-ztest; then VERSION=`$p/ztest/yaz-ztest -V 2>/dev/null|awk '{print $3;}'|awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` if test -n "$VERSION"; then - if "$VERSION" -ge 4002052; then + if test "$VERSION" -ge 4002052; then F=$p/ztest/yaz-ztest break fi