]> git.ipfire.org Git - thirdparty/libarchive.git/commit
unzip: Pass test if encryption support is missing
authorTobias Stoeckmann <tobias@stoeckmann.org>
Mon, 2 Jun 2025 19:38:11 +0000 (21:38 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Tue, 3 Jun 2025 15:27:48 +0000 (17:27 +0200)
commitc40a3887ab878f3ef7ffc3e063fb5a1645e26715
tree2a46739565d71fa496cf05b7ac925bbf8230bae5
parent9836e7e2fe333a433733625c4b8cacb88e4d9171
unzip: Pass test if encryption support is missing

If no encryption support exists, the -P option will always fail.
"Skip" the test by making sure that there really is no encryption
support according to libarchive functions.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
unzip/test/test_P_encryption.c