From: Adam Dickmeiss Date: Thu, 24 Apr 2014 11:46:01 +0000 (+0200) Subject: Fix ref to tmarc.xsl in test_tmarc X-Git-Tag: v1.7.0~19^2 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=c2b329cddc910e869ead08435121d0d1a3adff5f Fix ref to tmarc.xsl in test_tmarc --- 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