]> granicus.if.org Git - strace/commit
tests: check non-verbose decoding of LOOP_* ioctls
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sun, 1 Jan 2017 19:43:09 +0000 (22:43 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 4 Jan 2017 22:00:38 +0000 (22:00 +0000)
commit23287f11fe9e41ed47de2bdaa404ef6f20479d02
treed5491a6d85f3ff5007c0e5d8bad56c4d54668625
parent2acabfe47a3c9b41c4fa1d3f5dc0f9c16f20fb9b
tests: check non-verbose decoding of LOOP_* ioctls

* tests/ioctl_loop-nv.c: New file.
* tests/ioctl_loop-nv.test: New test.
* tests/ioctl_loop.c [!ABBREV] (ABBREV): Define to 0.
(print_loop_info, print_loop_info64): Handle [ABBREV != 0] case.
* tests/.gitignore: Add ioctl_loop-nv.
* tests/Makefile.am (check_PROGRAMS): Likewise.
tests/.gitignore
tests/Makefile.am
tests/ioctl_loop-nv.c [new file with mode: 0644]
tests/ioctl_loop-nv.test [new file with mode: 0755]
tests/ioctl_loop.c