blob: ffab9f9832fb928b58cecf2291d59eff8faf94bf [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 "$OUT" "$LOG"
rm -f "$OUT"
exit 0