Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
ed92d87f1ceabafaaf711ec0623ddb998ba6e3df
/
.
/
tests
/
wait.test
blob: 9d1705f822ea86230dee22a3a82eb8ed95e54093 [
file
] [
log
] [
blame
]
Dmitry V. Levin
cde9ef7
2015-07-15 01:50:27 +0000
[
diff
] [
blame
]
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