projects
/
pazpar2-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3142801fa3e49b180edc38784490991705583834
[pazpar2-moved-to-github.git]
/
test_http.sh
1
#!/bin/sh
2
# $Id: test_http.sh,v 1.11 2007-09-10 08:18:19 adam Exp $
3
#
4
5
# srcdir might be set by make
6
srcdir=${srcdir:-"."}
7
8
# Test using test_http.cfg
9
exec ${srcdir}/run_pazpar2.sh test_http
10
11
# Local Variables:
12
# mode:shell-script
13
# sh-indentation: 2
14
# sh-basic-offset: 4
15
# End: