]> granicus.if.org Git - strace/commit
tests: test for correct ellipsis with -s in xattr
authorGabriel Laskar <gabriel@lse.epita.fr>
Thu, 22 Dec 2016 15:10:52 +0000 (16:10 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 22 Dec 2016 23:11:02 +0000 (23:11 +0000)
commit2aa03c2af62b54ca3c5ed458f215c06f3dac5275
treec12637d0f33c43e1bbfdf4d151da76b03f38fbd9
parentdd3548a691dfa8179bf3c1470a9f24127945af8b
tests: test for correct ellipsis with -s in xattr

* tests/xattr-strings.c: New file.
* tests/xattr-strings.test: New test.
* tests/.gitignore: Add xattr-string.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add xattr-string.test.

Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr>
tests/.gitignore
tests/Makefile.am
tests/xattr-strings.c [new file with mode: 0644]
tests/xattr-strings.test [new file with mode: 0755]