X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_icu.sh;h=b6d63dfa2c917d2a753f091ffebc0a051586b507;hb=refs%2Fheads%2Fbranch-1.4.4;hp=b96b90b0e767499c07e644309ad413744599dd4b;hpb=d7dc14dcdfbd1ecdc805a0d649203f3b9888749c;p=pazpar2-moved-to-github.git diff --git a/test/test_icu.sh b/test/test_icu.sh index b96b90b..b6d63df 100755 --- a/test/test_icu.sh +++ b/test/test_icu.sh @@ -1,12 +1,11 @@ #!/bin/sh -# $Id: test_icu.sh,v 1.1 2007-09-10 16:25:51 adam Exp $ # # srcdir might be set by make srcdir=${srcdir:-"."} if test -x ../src/pazpar2; then - if ../src/pazpar2 -V |grep icu: >/dev/null; then + if ../src/pazpar2 -V |grep icu:enabled >/dev/null; then exec ${srcdir}/run_pazpar2.sh test_icu fi fi