]> granicus.if.org Git - strace/commit
tests: check decoding of chown syscall
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 15 Apr 2016 23:03:29 +0000 (23:03 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 18 Apr 2016 01:10:43 +0000 (01:10 +0000)
commit4ccdbd698ebc689ba9249e02c9b4b183a6ee1f52
tree77e1cff02cc74e0913c9d0746b991cb3f6b7d61c
parenta99bcbf9168ddd17fc172f909ee0ed32b4232dfc
tests: check decoding of chown syscall

* tests/chown.c: New file.
* tests/chown.test: New test.
* tests/xchownx.c: New file.
* tests/.gitignore: Add chown.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add chown.test.
(EXTRA_DIST): Add xchownx.c.
tests/.gitignore
tests/Makefile.am
tests/chown.c [new file with mode: 0644]
tests/chown.test [new file with mode: 0755]
tests/xchownx.c [new file with mode: 0644]