]> git.ipfire.org Git - thirdparty/zstd.git/commit
'head -c BYTES' is non-portable. 1518/head
authorBjörn Ketelaars <bjorn.ketelaars@hydroxide.nl>
Mon, 11 Feb 2019 10:49:35 +0000 (11:49 +0100)
committerBjörn Ketelaars <bjorn.ketelaars@hydroxide.nl>
Mon, 11 Feb 2019 11:00:26 +0000 (12:00 +0100)
commitb26c53b0d0560d58b8222df5e889fe39eaec7ecb
treef0e29ea54345d10c9bdfe9e433214971a0dc34d4
parent197a5737c87730470213d8d3ee6a3fbbd712ba5b
'head -c BYTES' is non-portable.

Pull request #1499 added a new test, which uses 'head -c'. The '-c'
option is non-portable (not in POSIX). Instead use 'dd'. Similar issue
has been resolved in the past (#1321).
tests/playTests.sh