From: Tim Kientzle Date: Sat, 4 May 2024 19:15:56 +0000 (-0700) Subject: Rename the test to match the filename, and avoid test failures on cas… (#2166) X-Git-Tag: v3.7.5~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a6bb5f5ac3fd1f343577ae667d1829fbeacfb74;p=thirdparty%2Flibarchive.git Rename the test to match the filename, and avoid test failures on cas… (#2166) …e-insensitive filesystems Resolves #2164 --- diff --git a/unzip/test/test_P_encryption.c b/unzip/test/test_P_encryption.c index beabbaa64..4a7472b4e 100644 --- a/unzip/test/test_P_encryption.c +++ b/unzip/test/test_P_encryption.c @@ -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;