From: Florian Krohm Date: Sun, 1 Mar 2015 09:36:54 +0000 (+0000) Subject: Change the testcase such that the output matches the intended output. X-Git-Tag: svn/VALGRIND_3_11_0~621 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bf346491bfb7cbb14f79d9ef268958efd7640b8;p=thirdparty%2Fvalgrind.git Change the testcase such that the output matches the intended output. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14971 --- diff --git a/none/tests/s390x/stmg.c b/none/tests/s390x/stmg.c index 37961ad139..38ec4f6d97 100644 --- a/none/tests/s390x/stmg.c +++ b/none/tests/s390x/stmg.c @@ -1,4 +1,4 @@ -#include +#include char base[] ="0123456789012345678901234567890123456789"; @@ -51,9 +51,9 @@ stmg_wrap(void) int main(void) { stmg_no_wrap(); - printf("\n"); + write(1, "\n", 1); stmg_wrap(); - printf("\n"); + write(1, "\n", 1); return 0; } diff --git a/none/tests/s390x/stmg.stdout.exp b/none/tests/s390x/stmg.stdout.exp index 79a225e760..d7391741e1 100644 --- a/none/tests/s390x/stmg.stdout.exp +++ b/none/tests/s390x/stmg.stdout.exp @@ -1,2 +1,2 @@ -01234567890123456789012301234567890123456789012345678901 - +012345678901234567890123 +01234567890123456789012345678901