3 # Check ioctl syscall decoding.
5 # Copyright (c) 2015-2018 The strace developers.
8 # SPDX-License-Identifier: GPL-2.0-or-later
10 . "${srcdir=.}/init.sh"
14 run_strace -a16 -eioctl "$@" $args > "$EXP"
15 grep -v '^ioctl([012][,<]' < "$LOG" > "$OUT"
16 match_diff "$OUT" "$EXP"