Pazpar2 1.4.4-2 for squeeze
[pazpar2-moved-to-github.git] / test / test_settings.sh
1 #!/bin/sh
2 #
3
4 # srcdir might be set by make
5 srcdir=${srcdir:-"."}
6
7 # Test using test_http.cfg
8 exec ${srcdir}/run_pazpar2.sh test_settings
9
10 # Local Variables:
11 # mode:shell-script
12 # sh-indentation: 2
13 # sh-basic-offset: 4
14 # End: