zstd/tests/cli-tests/zstd-symlinks
Nick Terrell 169f8c11ff [cli-tests] Fix zstd symlinks
The zstd symlinks, notably `zstdcat`, weren't working as expected
because only the `tests/cli-tests/bin/zstd` wrapper was symlinked. We
still invoked `zstd` with the name `zstd`. The fix is to create a
directory of zstd symlinks in `tests/cli-tests/bin/symlinks` for each
name that zstd recognizes. And when `tets/cli-tests/bin/zstd` is
invoked, it selects the correct symlink to call.

See the test `zstd-cli/zstdcat.sh` for an example of how it would work.
2022-02-07 15:20:42 -08:00
..
setup [cli-tests] Fix zstd symlinks 2022-02-07 15:20:42 -08:00
zstdcat.sh [cli-tests] Fix zstd symlinks 2022-02-07 15:20:42 -08:00
zstdcat.sh.stdout.exact [cli-tests] Fix zstd symlinks 2022-02-07 15:20:42 -08:00