]> git.ipfire.org Git - thirdparty/xz.git/commit
Tests: Create test_suffix.sh.
authorJia Tan <jiat0218@gmail.com>
Fri, 17 Nov 2023 12:35:11 +0000 (20:35 +0800)
committerJia Tan <jiat0218@gmail.com>
Fri, 17 Nov 2023 17:56:05 +0000 (01:56 +0800)
commitca278eb2b7f5a4940f5ab18955297b398d423824
tree22a4ad56541f2051d80a6b44e598c312d96f391b
parent2a732aba22da1b0d4a1241cb32280ed010ba03ce
Tests: Create test_suffix.sh.

This tests some complicated interactions with the --suffix= option.
The suffix option must be used with --format=raw, but can optionally
be used to override the default .xz suffix.

This test also verifies some recent bugs have been correctly solved
and to hopefully avoid further regressions in the future.
tests/Makefile.am
tests/test_suffix.sh [new file with mode: 0755]