From: Adam Dickmeiss Date: Mon, 28 Sep 2009 18:36:42 +0000 (+0200) Subject: Update for different -V output X-Git-Tag: v1.2.1~9^2~6^2~1 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=e1993dd8b28a59fb89cd9fd2d635f55efe10eac5;p=pazpar2-moved-to-github.git Update for different -V output Pazpar2 -V now shows icu:enabled if ICU is enabled. --- 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