mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-23 13:09:58 +08:00
tst-sprintf-errno: Update Hurd message output
03ad444e8e
("mach: Fix incoherency between perror and strerror") fixesd the output of error messages, but tst-sprintf-errno.c was still checking the old (erroneous) format. This updates the expected output according to the03ad444e8e
fix.
This commit is contained in:
parent
a364a3a709
commit
1918241b55
@ -50,7 +50,7 @@ do_test (void)
|
||||
errno = -1;
|
||||
#ifdef __GNU__
|
||||
TEST_COMPARE (sprintf (buf, "%m"), 35);
|
||||
TEST_COMPARE_STRING (buf, "Error in unknown error system: : -1");
|
||||
TEST_COMPARE_STRING (buf, "Error in unknown error system: FFFFFFFF");
|
||||
#else
|
||||
TEST_COMPARE (sprintf (buf, "%m"), 16);
|
||||
TEST_COMPARE_STRING (buf, "Unknown error -1");
|
||||
|
Loading…
Reference in New Issue
Block a user