projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1a8158
)
Require yaz-ztest 4.2.52 for testing
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 3 Apr 2013 11:16:06 +0000
(13:16 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 3 Apr 2013 11:16:06 +0000
(13:16 +0200)
test/test_termlist_block.sh
patch
|
blob
|
history
diff --git
a/test/test_termlist_block.sh
b/test/test_termlist_block.sh
index
ff745df
..
dbe89d9
100755
(executable)
--- a/
test/test_termlist_block.sh
+++ b/
test/test_termlist_block.sh
@@
-13,7
+13,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 4000000; then
+ if test $VERSION -ge 4002052; then
F=$p/yaz-ztest
break
fi