12 lines
217 B
Bash
Executable File
12 lines
217 B
Bash
Executable File
#!/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
|