]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix sys.kern.coredump_phnum_test.coredump_phnum on i386
authorngie <ngie@FreeBSD.org>
Mon, 22 Apr 2019 11:21:20 +0000 (11:21 +0000)
committerngie <ngie@FreeBSD.org>
Mon, 22 Apr 2019 11:21:20 +0000 (11:21 +0000)
commit5ec6c21350c4d9b0946b2359063676fca33637cd
tree3094b16702e8e22eefa63106428244741ebd401f
parentd38d5862c8a09ab88f2d09571c1f0de4f0e5a912
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.

MFC after: 1 week
Reviewed by: lwhsu, markj
Approved by: emaste (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D20005
tests/sys/kern/coredump_phnum_test.sh