]> granicus.if.org Git - strace/blob - tests/alarm.test
621122f68090c5732d6e8783c434958f9192b101
[strace] / tests / alarm.test
1 #!/bin/sh
2
3 # Check alarm syscall decoding.
4
5 . "${srcdir=.}/init.sh"
6
7 run_prog > /dev/null
8 run_strace -a10 -ealarm $args > "$OUT"
9 match_diff "$LOG" "$OUT"
10 rm -f "$OUT"