Clean up test scripts
[pazpar2-moved-to-github.git] / test / test_icu.sh
index 46bb6b9..3ff2e8b 100755 (executable)
@@ -1,16 +1,11 @@
 #!/bin/sh
-#
 
 TEST=`basename $0 .sh`
 # srcdir might be set by make
 srcdir=${srcdir:-"."}
 
-if test -x ../src/pazpar2; then
-    if ../src/pazpar2 -V |grep icu:enabled >/dev/null; then
-       exec ${srcdir}/run_pazpar2.sh $TEST
-    fi
-fi
-exit 0
+exec ${srcdir}/run_pazpar2.sh --icu $TEST
+
 # Local Variables:
 # mode:shell-script
 # sh-indentation: 2