Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
b824f9872b37a124eececf5ec56973c30ef1a70a
/
.
/
tests
/
flock.test
blob: 771af7d0d2d3abb0093795a26749806b05aed5b1 [
file
] [
log
] [
blame
]
#!/bin/sh
# Check flock syscall decoding.
.
"${srcdir=.}/init.sh"
run_prog
>
/
dev
/
null
OUT
=
"$LOG.out"
run_strace
-
eflock
-
a19 $args
>
"$OUT"
match_diff
"$LOG"
"$OUT"
rm
-
f
"$OUT"