]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Rename bsdtar test_extract_tar_absolute_paths source file for consistency
authorMostyn Bramley-Moore <mostyn@antipode.se>
Sun, 27 Oct 2024 15:43:59 +0000 (16:43 +0100)
committerMartin Matuska <martin@matuska.de>
Tue, 19 Nov 2024 00:15:12 +0000 (01:15 +0100)
The `-P` flag is uppercase, so the test file should be named
test_option_P_upper.c for consistency with the other test files in this
directory.

Sorry about the noise.

Closes #2400
(cherry picked from commit 87fa7336799e44e1c4b4638056bf780173e3eca4)

Makefile.am
tar/test/CMakeLists.txt
tar/test/test_option_P_upper.c [moved from tar/test/test_option_P.c with 100% similarity]

index a36126c471d6b66f764b238339e89d4b06834c64..26a042e9d749e60b7bf06042f9f070a79f6af2c6 100644 (file)
@@ -1129,7 +1129,7 @@ bsdtar_test_SOURCES= \
        tar/test/test_option_H_upper.c \
        tar/test/test_option_L_upper.c \
        tar/test/test_option_O_upper.c \
-       tar/test/test_option_P.c \
+       tar/test/test_option_P_upper.c \
        tar/test/test_option_T_upper.c \
        tar/test/test_option_U_upper.c \
        tar/test/test_option_X_upper.c \
index 8d0ba4ad3e28e591cd4f5e5b0b4b71da24aa3a66..6a99b656b423166575f00645c719637a436aff03 100644 (file)
@@ -35,7 +35,7 @@ IF(ENABLE_TAR AND ENABLE_TEST)
     test_option_H_upper.c
     test_option_L_upper.c
     test_option_O_upper.c
-    test_option_P.c
+    test_option_P_upper.c
     test_option_T_upper.c
     test_option_U_upper.c
     test_option_X_upper.c