]> granicus.if.org Git - procps-ng/commit
testsuite shmid can be hex too
authorCraig Small <csmall@dropbear.xyz>
Tue, 3 May 2022 09:37:39 +0000 (19:37 +1000)
committerCraig Small <csmall@dropbear.xyz>
Tue, 3 May 2022 09:37:39 +0000 (19:37 +1000)
commit38693960a1aeaede5b789055bcac991c8c214610
tree6a609811aaed417fc3218b180b3477b035068c86
parentd66c1f39b52d53ec279fc638aa4a6352d7672201
testsuite shmid can be hex too

Previously the match for shmid was \d+ but the variable is printed
as a hex number, updated the regex to suit.

Added some changes for pmap test so if the test_shm process fails
we just skip past it.

Signed-off-by: Craig Small <csmall@dropbear.xyz>
testsuite/config/unix.exp
testsuite/pmap.test/pmap.exp