blob: 613352b69f29fff7e65c1f446c1dede52eae99e0 [file] [log] [blame]
#!/bin/sh
# Check *xattr syscalls decoding.
. "${srcdir=.}/init.sh"
run_prog
run_strace -e removexattr,setxattr $args
match_grep
exit 0