From c2b329cddc910e869ead08435121d0d1a3adff5f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 24 Apr 2014 13:46:01 +0200 Subject: [PATCH] Fix ref to tmarc.xsl in test_tmarc --- test/test_tmarc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4