Allow predictable sessions PAZ-1030
[pazpar2-moved-to-github.git] / test / test_http.sh
1 #!/bin/sh
2 #
3
4 TEST=`basename $0 .sh`
5 # srcdir might be set by make
6 srcdir=${srcdir:-"."}
7
8 exec ${srcdir}/run_pazpar2.sh $TEST
9
10 # Local Variables:
11 # mode:shell-script
12 # sh-indentation: 2
13 # sh-basic-offset: 4
14 # End: