Updated source file headers with new year and no CVS Id.
[pazpar2-moved-to-github.git] / test / test_icu.sh
1 #!/bin/sh
2 #
3
4 # srcdir might be set by make
5 srcdir=${srcdir:-"."}
6
7 if test -x ../src/pazpar2; then
8     if ../src/pazpar2 -V |grep icu: >/dev/null; then
9         exec ${srcdir}/run_pazpar2.sh test_icu
10     fi
11 fi
12 exit 0
13 # Local Variables:
14 # mode:shell-script
15 # sh-indentation: 2
16 # sh-basic-offset: 4
17 # End: