]> git.ipfire.org Git - thirdparty/zstd.git/commit
tests: fix non-regular file test on GNU/Hurd 4212/head
authorDiego Nieto Cid <dnietoc@gmail.com>
Tue, 10 Dec 2024 13:20:32 +0000 (10:20 -0300)
committerDiego Nieto Cid <dnietoc@gmail.com>
Tue, 10 Dec 2024 13:30:52 +0000 (10:30 -0300)
commit4a4786bef0b5b4b4fb190de6816b4d9df503a5d8
tree03414122ff4ca2fee68de88b3411d437a788357b
parent709be6c22799e80a93e01b3cf8ac00f93cdebe8d
tests: fix non-regular file test on GNU/Hurd

Since commit b21b03ca6 [1] the behaviour of writes to /dev/zero has been
fixed and now the non-regular file removal test no longer needs to be
done on /dev/random (which no longer works as random is not writable now).

[1] https://git.savannah.gnu.org/cgit/hurd/hurd.git/commit/?id=b21b03ca624b89caeedfe58430cea4b40317d39f
tests/playTests.sh