Only put *.xsl files in pazpar2-xsl package
[pazpar2-moved-to-github.git] / test / test_tmarc.sh
index fb5e2a0..eae28fe 100755 (executable)
@@ -5,10 +5,9 @@ for m in tmarc?.xml; do
        l=$b.log.xml
        r=$b.res.xml
        d=$b.dif
-       xsltproc ../etc/tmarc.xsl $m >$l
+       xsltproc ../etc/xsl/tmarc.xsl $m >$l
        if test -f $r; then
                if diff $l $r >$d; then
-                       echo "$b: OK"
                        rm $d
                else
                        echo "$b: FAIL; check $d"