X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=test%2Ftest_tmarc.sh;fp=test%2Ftest_tmarc.sh;h=eae28fea7e92eb8acf84686443a3a728a6b3a1d6;hb=c2b329cddc910e869ead08435121d0d1a3adff5f;hp=b73b59771c093531ef96939014d569cf9cfa99d5;hpb=812d2ddabcbacea19adaffb1bfa61e8a35c08f3e;p=pazpar2-moved-to-github.git diff --git a/test/test_tmarc.sh b/test/test_tmarc.sh index b73b597..eae28fe 100755 --- a/test/test_tmarc.sh +++ b/test/test_tmarc.sh @@ -5,7 +5,7 @@ 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 rm $d