Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
efb134041e946e94a80e3b4bb89de5d03eca4f71
/
.
/
tests
/
statx.sh
blob: 6c9bfef76106b6f145e46ec0c30aee9434b8075d [
file
] [
log
] [
blame
]
#!/bin/sh
# Check decoding of stat family syscalls.
.
"${srcdir=.}/init.sh"
syscall
=
$
{
ME_
%.
test
}
run_prog
>
/
dev
/
null
OUT
=
"$LOG.out"
run_strace
-
ve$syscall
-
P$syscall
.
sample $args
>
"$OUT"
match_diff
"$LOG"
"$OUT"
rm
-
f
"$OUT"
exit
0