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=9f2f7cbafd08ad8c4752d1a554044a2c04fd67be;hpb=e107b0011a295ccc61502d6e5ea79d9125a3fbb4;p=pazpar2-moved-to-github.git diff --git a/test/test_icu.sh b/test/test_icu.sh index 9f2f7cb..b6d63df 100755 --- a/test/test_icu.sh +++ b/test/test_icu.sh @@ -5,7 +5,7 @@ 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