Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
176c568a6a95d6742bab60a62bbfb54cb46dbd52
/
.
/
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