Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
59992183a6e3ae69669f7fb3b6c7bf45c66f02d1
/
.
/
tests
/
sysinfo.test
blob: 370677888c5214f2121ee82fbd6b22585de85fef [
file
] [
log
] [
blame
]
#!/bin/sh
# Check decoding of sysinfo syscall
.
"${srcdir=.}/init.sh"
run_prog
>
/
dev
/
null
OUT
=
"$LOG.out"
run_strace
-
esysinfo $args
>
"$OUT"
match_diff
"$LOG"
"$OUT"
rm
-
f
"$OUT"
exit
0