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