Test for case insensitive local limit
[pazpar2-moved-to-github.git] / test / test_icu.sh
1 #!/bin/sh
2 #
3
4 TEST=`basename $0 .sh`
5 # srcdir might be set by make
6 srcdir=${srcdir:-"."}
7
8 if test -x ../src/pazpar2; then
9     if ../src/pazpar2 -V |grep icu:enabled >/dev/null; then
10         exec ${srcdir}/run_pazpar2.sh $TEST
11     fi
12 fi
13 exit 0
14 # Local Variables:
15 # mode:shell-script
16 # sh-indentation: 2
17 # sh-basic-offset: 4
18 # End: