Update for different -V output
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 28 Sep 2009 18:36:42 +0000 (20:36 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 28 Sep 2009 18:36:51 +0000 (20:36 +0200)
Pazpar2 -V now shows icu:enabled if ICU is enabled.

test/test_icu.sh

index 9f2f7cb..b6d63df 100755 (executable)
@@ -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