blob: 8c2a9baae5c014dd1654d713391f1f8717b2107f [file] [log] [blame]
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +00001#!/bin/sh
2
3# Check ioctl syscall decoding.
4
5. "${srcdir=.}/init.sh"
6
Dmitry V. Levin8f546642015-03-17 17:07:57 +00007run_prog
8run_strace -e ioctl $args
9match_grep
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +000010
11exit 0