X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_http.sh;h=75f82c735c1f139d66cd2016c3b77db72d60b17d;hb=b2c93dc0ae1185ad5d45882c38f19f4f9d0ebdf6;hp=6406622a2468afe20fb5f0799e92df68ddc8752b;hpb=2ba8ac40a1911b9854478521556469909c6c96f0;p=pazpar2-moved-to-github.git diff --git a/test/test_http.sh b/test/test_http.sh index 6406622..75f82c7 100755 --- a/test/test_http.sh +++ b/test/test_http.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: test_http.sh,v 1.8 2007-07-18 13:39:11 adam Exp $ +# $Id: test_http.sh,v 1.9 2007-07-30 23:06:01 quinn Exp $ # # Regression test using pazpar2 against z3950.indexdata.com/marc # Reads Pazpar2 URLs from test_http_urls @@ -20,9 +20,6 @@ if test -x /usr/bin/lynx; then lynx=/usr/bin/lynx fi -rm -f marc21.xsl -ln -s ${srcdir}/../etc/marc21.xsl - # Fire up pazpar2 rm -f pazpar2.log ../src/pazpar2 -X -l pazpar2.log -f ${srcdir}/test_http.cfg -t ${srcdir}/test_http.xml >extra_pazpar2.log 2>&1 &