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