]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: (waitpid) move waitpid tests to a dedicated subdir
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 27 Jan 2026 00:28:41 +0000 (19:28 -0500)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Sun, 1 Feb 2026 20:08:29 +0000 (15:08 -0500)
commit18605bf5f45294921d6e22ebb9bb6b03f191e6f4
tree278bf1d60b86d514df36c6ea09e219bad204ec05
parent089181ebbc68e32976eaa28fa1afe15c7d74d415
tests: (waitpid) move waitpid tests to a dedicated subdir

Moving tests for waitpid(1) in tests/ts/misc to its own
subdirectory, namely tests/ts/waitpid, makes it possible
to add more extensive tests without cluttering tests/ts/misc
and makes the directory structure more coherent.

Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
tests/expected/waitpid/waitpid-count [moved from tests/expected/misc/waitpid-count with 100% similarity]
tests/expected/waitpid/waitpid-count.err [moved from tests/expected/misc/waitpid-count.err with 100% similarity]
tests/expected/waitpid/waitpid-exited.err [moved from tests/expected/misc/waitpid-exited.err with 100% similarity]
tests/expected/waitpid/waitpid-normal [moved from tests/expected/misc/waitpid-normal with 100% similarity]
tests/expected/waitpid/waitpid-timeout [moved from tests/expected/misc/waitpid-timeout with 100% similarity]
tests/ts/waitpid/waitpid [moved from tests/ts/misc/waitpid with 100% similarity]