From e1993dd8b28a59fb89cd9fd2d635f55efe10eac5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 28 Sep 2009 20:36:42 +0200 Subject: [PATCH] Update for different -V output Pazpar2 -V now shows icu:enabled if ICU is enabled. --- test/test_icu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4