X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_http.sh;h=6406622a2468afe20fb5f0799e92df68ddc8752b;hb=661865e0c4a8cb6ad8fe28f40801a9108fb5fa87;hp=5e708366bcf823c418157ba3c8b0aae50e103c82;hpb=9ee952e04b4765c49f3b767813f8c8d5579ae005;p=pazpar2-moved-to-github.git diff --git a/test/test_http.sh b/test/test_http.sh index 5e70836..6406622 100755 --- a/test/test_http.sh +++ b/test/test_http.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: test_http.sh,v 1.7 2007-05-23 21:58:29 adam Exp $ +# $Id: test_http.sh,v 1.8 2007-07-18 13:39:11 adam Exp $ # # Regression test using pazpar2 against z3950.indexdata.com/marc # Reads Pazpar2 URLs from test_http_urls @@ -20,6 +20,9 @@ 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 &