projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
812d2dd
)
Fix ref to tmarc.xsl in test_tmarc
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 24 Apr 2014 11:46:01 +0000
(13:46 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 24 Apr 2014 11:46:01 +0000
(13:46 +0200)
test/test_tmarc.sh
patch
|
blob
|
history
diff --git
a/test/test_tmarc.sh
b/test/test_tmarc.sh
index
b73b597
..
eae28fe
100755
(executable)
--- 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