]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: split: provide more isolated /tmp handling
authorPádraig Brady <P@draigBrady.com>
Tue, 18 Jul 2023 11:40:57 +0000 (12:40 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 18 Jul 2023 22:11:24 +0000 (23:11 +0100)
commit8fd50b86729a7f848c25b62086fcaf5332b5c2f0
tree1203b89e10e85706f68abcac3fe3c9161599e18a
parent464be62df69151c73a387a4e7266b0755f563f2e
tests: split: provide more isolated /tmp handling

* tests/split/l-chunk.sh: Move the "expensive" portion to ...
* tests/split/l-chunk-root.sh: .. A new test split from l-chunk.sh
which uses an isolated TMPDIR, rather than exhausting /tmp,
as that gives false positive failures with some other coreutils tests
like tac-2-nonseekable.sh and shuf-reservoir.sh at least.
* tests/local.mk: Reference the new test.
tests/local.mk
tests/split/l-chunk-root.sh [new file with mode: 0755]
tests/split/l-chunk.sh