Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
536a0353ddf11a6edc78c10102c046bc58221ff0
/
.
/
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