]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: dd: avoid a false failure when ulimit fails
authorCollin Funk <collin.funk1@gmail.com>
Tue, 19 May 2026 00:25:43 +0000 (17:25 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Tue, 19 May 2026 00:32:58 +0000 (17:32 -0700)
commitfbd3072360fcea375d8ca7875bc96cc8d9937c4f
treedb58889c88eea6a96992a2a2eb54e28f0f4806fe
parenta6ba6a23ad9488528f201a45200d317600447a05
tests: dd: avoid a false failure when ulimit fails

This test failure was seen on NetBSD 10.0 machine, where ulimit failed
with EINVAL.

* tests/dd/bytes.sh: Don't fail the test case if ulimit fails.
Reported by Bruno Haible.
tests/dd/bytes.sh