]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: test: ensure file operations are covered
authorPádraig Brady <P@draigBrady.com>
Fri, 26 Sep 2025 15:16:20 +0000 (16:16 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 26 Sep 2025 20:01:04 +0000 (21:01 +0100)
commitbfcfe9e1c4b626faf5c0537836e82c70879d7330
tree9a77c2b6d0516b959ad4a99d74856417854e186c
parent7ac313dce6047eeaaaae76f67ecbc089b64f0afd
tests: test: ensure file operations are covered

A coverage report indicated these weren't tested
(as generally the test shell builtin is used).

* tests/test/test-file.sh: Add a new test.
* tests/local.mk: Reference the new test.
tests/local.mk
tests/test/test-file.sh [new file with mode: 0755]