]> granicus.if.org Git - strace/blob - tests/ioctl_dm.test
tests: extend TEST_NETLINK_OBJECT macro
[strace] / tests / ioctl_dm.test
1 #!/bin/sh
2
3 # Check decoding of DM* ioctls.
4
5 . "${srcdir=.}/init.sh"
6
7 check_prog grep
8 run_prog > /dev/null
9 run_strace -a16 -s9 -eioctl $args > "$EXP"
10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"