Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
45ae937cedd8ddb477ead0a04158c79b214d5422
/
.
/
tests
/
statfs.test
blob: 6075576f87d09d0ec6815966b2f8686a1a221eeb [
file
] [
log
] [
blame
]
#!/bin/sh
# Check statfs syscall decoding.
.
"${srcdir=.}/init.sh"
# this test probes /proc/self/status
[
-
f
/
proc
/
self
/
status
]
||
framework_skip_
'/proc/self/status is not available'
run_strace_match_diff
-
a17