blob: 8c2a9baae5c014dd1654d713391f1f8717b2107f [file] [log] [blame]
#!/bin/sh
# Check ioctl syscall decoding.
. "${srcdir=.}/init.sh"
run_prog
run_strace -e ioctl $args
match_grep
exit 0