]> granicus.if.org Git - strace/commit
tests/shmxt.c: robustify against arch specific issues
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 23 Apr 2016 01:53:43 +0000 (01:53 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 25 Apr 2016 01:54:05 +0000 (01:54 +0000)
commit6c69ed7ac54b7a7570227f3691d25e53e8318d19
tree08466735cf398137ba255f6ec0df138f635a30c7
parente5c88499a353f4d831371c5641775c21dd70fff5
tests/shmxt.c: robustify against arch specific issues

Do not treat failed shmat(SHM_RND) as a test failure.
This change partially reverts commit
bea707377d2ee3e1950bfa43537ef928163a5fa6.

* tests/shmxt.c (main): Use SHM_RND in the second shmat call,
do not treat its potential error as a test failure.
tests/shmxt.c