blob: a255322d5640b8afc2b68f182f39545e551e1ac4 [file] [log] [blame]
#!/bin/sh
# Check verbose decoding of RTC_* ioctls.
. "${srcdir=.}/init.sh"
run_prog > /dev/null
run_strace -a16 -veioctl $args > "$EXP"
check_prog grep
grep -v '^ioctl([012],' < "$LOG" > "$OUT"
match_diff "$OUT" "$EXP"
rm -f "$EXP" "$OUT"