]> git.ipfire.org Git - thirdparty/glibc.git/commit
tst-sprintf-errno: Update Hurd message length
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 17 Sep 2022 15:42:42 +0000 (17:42 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 17 Sep 2022 15:42:42 +0000 (17:42 +0200)
commit6841aed6c4abde1aa7015348496c86cadc227a1f
treeeb3aa079c070a35f7a64b819e12af769fd248949
parent22c96052acf78c5f4644117bece38715fc7210cf
tst-sprintf-errno: Update Hurd message length

03ad444e8e08 ("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 length. This updates the expected output length
according to the 03ad444e8e08 fix.
stdio-common/tst-sprintf-errno.c