From a12f35dc29a6049f5eb415b2275f4bcde8a425ba Mon Sep 17 00:00:00 2001 From: brarcher Date: Sat, 28 Sep 2013 00:34:02 +0000 Subject: [PATCH] test_xml_output: removing stray ${3} There is no third argument (or any argument) to this script. Removing the unneeded ${3} git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@810 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- tests/test_xml_output.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_xml_output.sh b/tests/test_xml_output.sh index e590951..6d64098 100755 --- a/tests/test_xml_output.sh +++ b/tests/test_xml_output.sh @@ -144,7 +144,7 @@ fi ./ex_xml_output${EXEEXT} > /dev/null actual_xml=`cat ${OUTPUT_FILE} | tr -d "\r" | grep -v \ | grep -v \ | grep -v \` if [ x"${expected_xml}" != x"${actual_xml}" ]; then - echo "Problem with ex_xml_output${EXEEXT} ${3}"; + echo "Problem with ex_xml_output${EXEEXT}"; echo "Expected:"; echo "${expected_xml}"; echo "Got:"; -- 2.40.0