]> granicus.if.org Git - strace/commit
tests: move /proc/ checks from scripts to executables
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 19 Apr 2017 02:16:31 +0000 (02:16 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 19 Apr 2017 02:16:31 +0000 (02:16 +0000)
commitc79792293b167c4931d750e992d14aec60b806ad
tree6b32b40394b40fd825078079fe6227b10cb4f3b3
parentdb1f9c58e144aaaeb3225a7833b23496afdaab65
tests: move /proc/ checks from scripts to executables

Move most of /proc/self/task/ and /proc/self/fd/ checks from scripts
to xecutables.

* tests/attach-f-p.test: Move /proc/self/task/ check ...
* tests/attach-f-p-cmd.c (main): ... here.
* tests/fstat.test: Move /proc/self/fd/ check ...
* tests/xstatx.c (main): ... here.
* tests/net-y-unix.test: Move /proc/self/fd/ check ...
* tests/net-y-unix.c (main): ... here.
* tests/net-yy-inet.test: Move /proc/self/fd/ check ...
* tests/net-yy-inet.c (main): ... here.
* tests/net-yy-netlink.test: Move /proc/self/fd/ check ...
* tests/net-yy-netlink.c (main): ... here.
* tests/net-yy-unix.test: Move /proc/self/fd/ check ...
* tests/net-yy-unix.c (main): ... here.
12 files changed:
tests/attach-f-p-cmd.c
tests/attach-f-p.test
tests/fstat.test
tests/net-y-unix.c
tests/net-y-unix.test
tests/net-yy-inet.c
tests/net-yy-inet.test
tests/net-yy-netlink.c
tests/net-yy-netlink.test
tests/net-yy-unix.c
tests/net-yy-unix.test
tests/xstatx.c