X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_http.sh;h=3413346dac8bbca5eb203d41dc9bfb874b4032dc;hb=ca27c970f17c8273c91ddb35b5bdc5059b601f5e;hp=3142801fa3e49b180edc38784490991705583834;hpb=f15696a4a6275c9b1b9933d4410c25277050f7bd;p=pazpar2-moved-to-github.git diff --git a/test/test_http.sh b/test/test_http.sh index 3142801..3413346 100755 --- a/test/test_http.sh +++ b/test/test_http.sh @@ -1,12 +1,13 @@ -#!/bin/sh -# $Id: test_http.sh,v 1.11 2007-09-10 08:18:19 adam Exp $ +#!/bin/bash # +FILE=`basename $0` +TEST=${FILE/.sh/} # srcdir might be set by make srcdir=${srcdir:-"."} # Test using test_http.cfg -exec ${srcdir}/run_pazpar2.sh test_http +exec ${srcdir}/run_pazpar2.sh $TEST # Local Variables: # mode:shell-script