Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
13870c5482fe56cb2c942668c9f583cf339e8197
/
.
/
tests
/
select.test
blob: 78c25c7228b8ef0eb8323f8e92846dfba5d35716 [
file
] [
log
] [
blame
]
#!/bin/sh
# Check select syscall decoding.
.
"${srcdir=.}/init.sh"
run_prog
>
/
dev
/
null
syscall
=
$
{
ME_
%.
test
}
OUT
=
"$LOG.out"
run_strace
-
a36
-
e$syscall $args
>
"$OUT"
match_diff
"$LOG"
"$OUT"
rm
-
f
"$OUT"
exit
0