Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
2e8a7871ab509e0b628233c71467ee08fe94f70b
/
.
/
tests
/
vmsplice.test
blob: 6a85abdc78e5adb08f215b1398871de449912e7d [
file
] [
log
] [
blame
]
#!/bin/sh
# Check decoding of vmsplice syscall.
.
"${srcdir=.}/init.sh"
run_prog
>
/
dev
/
null
run_strace
-
ewrite
=
1
-
evmsplice $args
>
"$OUT"
match_diff
"$LOG"
"$OUT"
rm
-
f
"$OUT"