Dmitry V. Levin
b60b2a5aa3
* tests/xattr.c: New file. * tests/xattr.expected: Likewise. * tests/xattr.test: New test. * tests/Makefile.am (check_PROGRAMS): Add xattr. (TESTS): Add xattr.test. (EXTRA_DIST): Add xattr.expected. * tests/.gitignore: Add xattr.
12 lines
140 B
Bash
Executable File
12 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
|