]> granicus.if.org Git - strace/commit
tests: use predefined constant in aio_context_t checks in aio test
authorEugene Syromyatnikov <evgsyr@gmail.com>
Fri, 9 Sep 2016 07:54:38 +0000 (10:54 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 9 Sep 2016 22:18:11 +0000 (22:18 +0000)
commit083123860be958bc89d4950ccc4edee55e31bf71
treeb8640c2ae1ad1a3e29a2c4975231bd52bd14f0c8
parenta92ba46c55f30deec326ed1a4e76f32222b4c62c
tests: use predefined constant in aio_context_t checks in aio test

Also fix io_cancel and io_destroy checks which did not check correct
printing of context argument properly.

* tests/aio.c (main): Update syscall checks in order to use newly
defined bogus_ctx constant.
tests/aio.c