diff --git a/stdio-common/tst-sprintf-errno.c b/stdio-common/tst-sprintf-errno.c index 91b1f142fb..13e7ed28f0 100644 --- a/stdio-common/tst-sprintf-errno.c +++ b/stdio-common/tst-sprintf-errno.c @@ -49,7 +49,7 @@ do_test (void) errno = -1; #ifdef __GNU__ - TEST_COMPARE (sprintf (buf, "%m"), 35); + TEST_COMPARE (sprintf (buf, "%m"), 39); TEST_COMPARE_STRING (buf, "Error in unknown error system: FFFFFFFF"); #else TEST_COMPARE (sprintf (buf, "%m"), 16);