]> granicus.if.org Git - strace/commit
tests: extend test coverage of getresuid syscall
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 19 Apr 2016 17:30:23 +0000 (17:30 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 20 Apr 2016 01:08:13 +0000 (01:08 +0000)
commitfbe1a9ec6e90d06f173ba849d136ae677db20a12
treee22f9139fbd3d74c2cdba9b050d2b8a71e675ed2
parentbff70d431190428f60f4a654d2824f367ffd7353
tests: extend test coverage of getresuid syscall

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