Updated source file headers with new year and no CVS Id.
[pazpar2-moved-to-github.git] / test / test_http.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_http
9
10 # Local Variables:
11 # mode:shell-script
12 # sh-indentation: 2
13 # sh-basic-offset: 4
14 # End: