Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
d461151f2384834d9c6cc98dc7285f363a6186ed
/
.
/
tests
/
wait.test
blob: 9d1705f822ea86230dee22a3a82eb8ed95e54093 [
file
] [
log
] [
blame
]
#!/bin/sh
# Check wait4 and waitid syscalls decoding.
.
"${srcdir=.}/init.sh"
run_prog
run_strace
-
v
-
e wait4
,
waitid $args
match_grep
exit
0