]> granicus.if.org Git - check/commitdiff
test_log_output: Fixed typo in test
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 28 Sep 2013 00:34:01 +0000 (00:34 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 28 Sep 2013 00:34:01 +0000 (00:34 +0000)
There is no third argument, only the first argument.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@809 64e312b2-a51f-0410-8e61-82d0ca0eb02a

tests/test_log_output.sh

index fafeb7bbe9d289276b4f997028becda32a9f4347..2ef01a05f79bcc3d7693929e645e1fd9fe4e38c6 100755 (executable)
@@ -26,7 +26,7 @@ test_log_output ( ) {
     ./ex_log_output${EXEEXT} "${1}" > /dev/null
     actual=`cat test.log | tr -d "\r"`
     if [ x"${expected}" != x"${actual}" ]; then
-       echo "Problem with ex_log_output${EXEEXT} ${3}";
+       echo "Problem with ex_log_output${EXEEXT} ${1}";
        echo "Expected:";
        echo "${expected}";
        echo "Got:";