First Commit
This commit is contained in:
10
externals/zstd/tests/cli-tests/cltools/zstdless.sh
vendored
Normal file
10
externals/zstd/tests/cli-tests/cltools/zstdless.sh
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
println "+ good path"
|
||||
zstdless file.zst
|
||||
println "+ pass parameters"
|
||||
zstdless -N file.zst # This parameter does not produce line #s when piped, but still serves to test that the flag went to less and not zstd
|
||||
println "+ bad path"
|
||||
zstdless bad.zst >&2
|
||||
Reference in New Issue
Block a user