]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Rename the test to match the filename, and avoid test failures on cas… (#2166)
authorTim Kientzle <kientzle@acm.org>
Sat, 4 May 2024 19:15:56 +0000 (12:15 -0700)
committerGitHub <noreply@github.com>
Sat, 4 May 2024 19:15:56 +0000 (12:15 -0700)
…e-insensitive filesystems

Resolves #2164

unzip/test/test_P_encryption.c

index beabbaa646ee0c61b49b951e40f4f07bbcc053c8..4a7472b4e27602d486e53a8fb874ea985822594b 100644 (file)
@@ -26,7 +26,7 @@
 #include "test.h"
 
 /* Test P arg - password protected */
-DEFINE_TEST(test_P)
+DEFINE_TEST(test_P_encryption)
 {
        const char *reffile = "test_encrypted.zip";
        int r;