]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r346542:
authorEnji Cooper <ngie@FreeBSD.org>
Mon, 29 Apr 2019 19:09:44 +0000 (19:09 +0000)
committerEnji Cooper <ngie@FreeBSD.org>
Mon, 29 Apr 2019 19:09:44 +0000 (19:09 +0000)
commit5c77a2cb5e3234a897d763c7b5d10992bf3be737
tree7f908cafb7bac9dfd4f80b87394c56b28b5f5ff5
parent50f5e1a33c466d3e0d81a89125051e498437f5aa
MFC r346542:

Fix sys.kern.coredump_phnum_test.coredump_phnum on i386

The zero-padding when printing out the Size field is on 32-bit architectures is
5, not 15. Adjust the regular expression to work with both the 32-bit and
64-bit case.
tests/sys/kern/coredump_phnum_test.sh