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