blob: 613352b69f29fff7e65c1f446c1dede52eae99e0 [file] [log] [blame]
Dmitry V. Levinb60b2a52015-07-15 00:09:08 +00001#!/bin/sh
2
3# Check *xattr syscalls decoding.
4
5. "${srcdir=.}/init.sh"
6
7run_prog
8run_strace -e removexattr,setxattr $args
9match_grep
10
11exit 0