From 3148d650e9d9ec5682d6eb71da4968a903b88b12 Mon Sep 17 00:00:00 2001 From: brarcher Date: Mon, 14 Sep 2015 02:11:58 +0000 Subject: [PATCH] tests: fix expected strings for output tests when fork is unavailable There were a few discrepancies with the expected output and the actual output for the special characters test. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1228 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- tests/test_output_strings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_output_strings b/tests/test_output_strings index ccb3861..90f9633 100644 --- a/tests/test_output_strings +++ b/tests/test_output_strings @@ -36,7 +36,7 @@ exp_normal_result=`printf "42%%: Checks: 7, Failures: 4, Errors: 0 ${SRCDIR}ex_output.c:37:F:Core:test_fail:0: Failure ${SRCDIR}ex_output.c:72:F:Core:test_loop:0: Iteration 0 failed ${SRCDIR}ex_output.c:72:F:Core:test_loop:2: Iteration 2 failed -${SRCDIR}ex_output.c:78:F:description \" ' < > &\x9 \xA end:test_xml_esc_fail_msg:0: fail \" ' < > & \x9 \x0AX\x08 message"` +${SRCDIR}ex_output.c:78:F:description \" ' < > & \x9 \x0AX\x08 end:test_xml_esc_fail_msg:0: fail \" ' < > & \x9 \x0AX\x08 message"` fi exp_normal="$suite_output $exp_normal_result" @@ -224,7 +224,7 @@ expected_xml=" " expected_duration_count=9 else -expected_xml=" +expected_xml=" -- 2.40.0