]> git.ipfire.org Git - thirdparty/util-linux.git/commit
pipesz: add tests
authorNathan Sharp <nwsharp@live.com>
Tue, 12 Apr 2022 04:59:28 +0000 (22:59 -0600)
committerKarel Zak <kzak@redhat.com>
Wed, 18 May 2022 08:35:31 +0000 (10:35 +0200)
commit2c4b7d9b54860102005242b2faeb797553ddd803
tree13f67f6df99d41dbfee654cf097f9ccf46967770
parentc221578e4b33abe14aebf5cf844ef87cd9844bae
pipesz: add tests

Signed-off-by: Nathan Sharp <nwsharp@live.com>
tests/commands.sh
tests/expected/misc/pipesz-exec [new file with mode: 0644]
tests/expected/misc/pipesz-get-fd [new file with mode: 0644]
tests/expected/misc/pipesz-get-fd-bad.err [new file with mode: 0644]
tests/expected/misc/pipesz-get-file [new file with mode: 0644]
tests/expected/misc/pipesz-get-file-bad.err [new file with mode: 0644]
tests/expected/misc/pipesz-set-fd-bad.err [new file with mode: 0644]
tests/expected/misc/pipesz-set-file-bad.err [new file with mode: 0644]
tests/ts/misc/pipesz [new file with mode: 0755]