]> git.ipfire.org Git - thirdparty/zstd.git/commit
playTests.sh does no longer needs grep -E 3865/head
authorYann Collet <cyan@fb.com>
Mon, 15 Jan 2024 19:16:46 +0000 (11:16 -0800)
committerYann Collet <cyan@fb.com>
Mon, 15 Jan 2024 19:16:46 +0000 (11:16 -0800)
commite6f4b464938008c4f800a26027248a00db5c81c8
tree95659391892b7ec86961ab13731ea129fccf9996
parent572acb9c5d8233d1d4a95c0fc3e45d338cd4cef8
playTests.sh does no longer needs grep -E

it makes the test script more portable across posix systems
because `grep -E` is not guaranteed
while `grep` is fairly common.
lib/common/pool.c
programs/fileio_asyncio.c
tests/playTests.sh