Made local copy of marc21.xsl. This was done to support tests and behavior
[pazpar2-moved-to-github.git] / test / test_http.sh
index 6406622..75f82c7 100755 (executable)
@@ -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 &