blob: 3a715b442863f47106ae293611f2943f5fd6429d [file] [log] [blame]
#!/bin/sh
# Check timer_create syscall decoding.
. "${srcdir=.}/init.sh"
run_prog > /dev/null
OUT="$LOG.out"
run_strace -e timer_create $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"
exit 0