blob: 3dfdbbfd56a9a4625327916bcd7eeee02fb94efa [file] [log] [blame]
Dmitry V. Levinb8f0c922015-09-16 16:31:43 +00001#!/bin/sh
2
3# Check timer_create syscall decoding.
4
5. "${srcdir=.}/init.sh"
6
7run_prog > /dev/null
Dmitry V. Levinb8f0c922015-09-16 16:31:43 +00008run_strace -e timer_create $args > "$OUT"
Dmitry V. Levin9c405992015-11-26 20:36:35 +00009match_diff "$LOG" "$OUT"
Dmitry V. Levinb8f0c922015-09-16 16:31:43 +000010rm -f "$OUT"
11
12exit 0