Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
c9f85b38766a0e14f4f035f6d702fe57b6b9110c
/
.
/
tests
/
sendfile64.test
blob: 025e61b3cd0092f11a286fa565a4677371ce2237 [
file
] [
log
] [
blame
]
#!/bin/sh
# Check sendfile64 syscall decoding.
.
"${srcdir=.}/init.sh"
exe
=
"./${ME_%.test}"
run_prog
"$exe"
"$exe"
>
/
dev
/
null
OUT
=
"$LOG.out"
run_strace
-
a24
-
esendfile64 $args
>
"$OUT"
match_diff
"$LOG"
"$OUT"
rm
-
f
"$OUT"
exit
0