Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
eb76c4be150102e5ddf2f2cf90673d8d7cda9afd
/
.
/
tests
/
getdents64.test
blob: 9de6e4fee2491f5568aee6b5c8c6afa636644d3b [
file
] [
log
] [
blame
]
#!/bin/sh
# Check getdents64 syscall decoding.
.
"${srcdir=.}/init.sh"
rm
-
rf
--
"$LOG"
.
dir
run_prog
>
/
dev
/
null
OUT
=
"$LOG.out"
run_strace
-
a24
-
vegetdents64 $args
>
"$OUT"
match_diff
"$LOG"
"$OUT"
rm
-
f
"$OUT"
exit
0