singe/thirdparty/zstd/tests/cli-tests/zstd-symlinks/zstdcat.sh
2023-11-14 22:16:48 -06:00

12 lines
223 B
Bash
Executable file

#!/bin/sh
set -e
# Test zstdcat symlink in bin/
zstdcat hello.zst
zstdcat hello.zst world
zstdcat hello world.zst
zstdcat hello.zst world.zst
# Test local zstdcat symlink
ln -s $(which zstd) ./zstdcat
./zstdcat hello.zst