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