]> granicus.if.org Git - strace/commit
tests: rename unix-pair-send-recv to unix-pair-sendto-recvfrom
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 19 Jul 2016 00:00:10 +0000 (00:00 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 19 Jul 2016 17:46:33 +0000 (17:46 +0000)
commit1991ee94bc2a1ac808454b8125e6251732a9a200
treefdb641d1b9cd7e7eb6a87bb53a069fc5dfeebef4
parentd95eaefb4553ea6ba67dabfb3c5a8a5c59760bbf
tests: rename unix-pair-send-recv to unix-pair-sendto-recvfrom

* dumpio.expected: Rename to unix-pair-sendto-recvfrom.expected.
* dumpio.test: Rename to unix-pair-sendto-recvfrom.test.
* unix-pair-send-recv.c: Rename to unix-pair-sendto-recvfrom.c
* .gitignore: Rename unix-pair-send-recv to unix-pair-sendto-recvfrom.
* Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add unix-pair-sendto-recvfrom.test.
(MISC_TESTS): Remove dumpio.test.
(EXTRA_DIST): Rename dumpio.expected
to unix-pair-sendto-recvfrom.expected.
tests/.gitignore
tests/Makefile.am
tests/dumpio.test [deleted file]
tests/unix-pair-sendto-recvfrom.c [moved from tests/unix-pair-send-recv.c with 97% similarity]
tests/unix-pair-sendto-recvfrom.expected [moved from tests/dumpio.expected with 100% similarity]
tests/unix-pair-sendto-recvfrom.test [new file with mode: 0755]