From 716521ca537cadc743ad4f83028c7dc0bd626def Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 17 Sep 2012 14:44:53 +0200 Subject: [PATCH] test_tmarc.sh less verbose --- test/test_tmarc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_tmarc.sh b/test/test_tmarc.sh index fb5e2a0..b73b597 100755 --- a/test/test_tmarc.sh +++ b/test/test_tmarc.sh @@ -8,7 +8,6 @@ for m in tmarc?.xml; do xsltproc ../etc/tmarc.xsl $m >$l if test -f $r; then if diff $l $r >$d; then - echo "$b: OK" rm $d else echo "$b: FAIL; check $d" -- 1.7.10.4