]> git.ipfire.org Git - thirdparty/zstd.git/commit
Move zstdgrep and zstdless tests to cli-tests (#3057)
authorbinhdvo <binhvo@gmail.com>
Wed, 9 Feb 2022 16:21:33 +0000 (11:21 -0500)
committerGitHub <noreply@github.com>
Wed, 9 Feb 2022 16:21:33 +0000 (11:21 -0500)
commit936ae8a3a0bdb8b4cf54f29b2713ca3573e1c609
treea75ae1de2550cb53b550840a37b1e212d3510ed2
parent7e364e88288b3df03d28da23e3c3e904f35c45d3
Move zstdgrep and zstdless tests to cli-tests (#3057)

* Move zstdgrep and zstdless tests to cli-tests

Co-authored-by: Binh Vo <binhvo@fb.com>
tests/cli-tests/bin/zstdless [new file with mode: 0755]
tests/cli-tests/cltools/setup [new file with mode: 0755]
tests/cli-tests/cltools/zstdgrep.sh [new file with mode: 0755]
tests/cli-tests/cltools/zstdgrep.sh.exit [new file with mode: 0644]
tests/cli-tests/cltools/zstdgrep.sh.stderr.exact [new file with mode: 0644]
tests/cli-tests/cltools/zstdgrep.sh.stdout.glob [new file with mode: 0644]
tests/cli-tests/cltools/zstdless.sh [new file with mode: 0755]
tests/cli-tests/cltools/zstdless.sh.stderr.exact [new file with mode: 0644]
tests/cli-tests/cltools/zstdless.sh.stdout.glob [new file with mode: 0644]
tests/cli-tests/run.py
tests/playTests.sh