]> granicus.if.org Git - strace/blob - tests/wait.test
Mpersify RTC_* ioctl parser
[strace] / tests / wait.test
1 #!/bin/sh
2
3 # Check wait4 and waitid syscalls decoding.
4
5 . "${srcdir=.}/init.sh"
6
7 run_prog
8 run_strace -v -e wait4,waitid $args
9 match_grep
10
11 exit 0