Fix ref to tmarc.xsl in test_tmarc
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 24 Apr 2014 11:46:01 +0000 (13:46 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 24 Apr 2014 11:46:01 +0000 (13:46 +0200)
test/test_tmarc.sh

index b73b597..eae28fe 100755 (executable)
@@ -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