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