]> granicus.if.org Git - strace/commit
tests: rewrite restart_syscall in C
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 18 Sep 2015 11:27:11 +0000 (11:27 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 19 Sep 2015 01:04:48 +0000 (04:04 +0300)
commit640623c41ecfb50c490efb3e30c1e7dd38fd81b3
tree48a0106bdcef80d8dd5f49979ede2c241ba69bd6
parent135f5cf634b2fbf3b10f3f5c9c596418fbd07273
tests: rewrite restart_syscall in C

* tests/restart_syscall.c: New file.
* tests/restart_syscall.expected: Remove.
* tests/restart_syscall_unknown.expected: Remove.
* tests/restart_syscall.test: Update to use restart_syscall.
* tests/Makefile.am (check_PROGRAMS): Add restart_syscall.
(EXTRA_DIST): Remove restart_syscall.expected
and restart_syscall_unknown.expected.
* tests/.gitignore: Add restart_syscall.
tests/.gitignore
tests/Makefile.am
tests/restart_syscall.c [new file with mode: 0644]
tests/restart_syscall.expected [deleted file]
tests/restart_syscall.test
tests/restart_syscall_unknown.expected [deleted file]