blob: 214d52108a9f8aa2d1a8a47adbe907999555b03e [file] [log] [blame]
Dmitry V. Levin4176d532014-09-21 22:42:45 +00001#!/bin/sh
2
3# Check how statfs/statfs64 syscalls are traced.
4
5. "${srcdir=.}/init.sh"
6
Dmitry V. Levin4176d532014-09-21 22:42:45 +00007# this test probes /proc/self/status
8[ -f /proc/self/status ] ||
9 framework_skip_ '/proc/self/status is not available'
10
Dmitry V. Levin8f546642015-03-17 17:07:57 +000011run_prog
12run_strace -efile $args
13match_grep
Dmitry V. Levin4176d532014-09-21 22:42:45 +000014
15exit 0