11 lines
140 B
Bash
Executable file
11 lines
140 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Check *xattr syscalls decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
run_prog
|
|
run_strace -e removexattr,setxattr $args
|
|
match_grep
|
|
|
|
exit 0
|