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