]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Rename bsdtar test_extract_tar_absolute_paths source file for consistency (#2400)
authorMostyn Bramley-Moore <mostyn@antipode.se>
Sun, 27 Oct 2024 15:43:59 +0000 (16:43 +0100)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2024 15:43:59 +0000 (08:43 -0700)
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.

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 c4537beabbab03f6709b8157be46711ee945f3e5..c72ed70f7df6694cbdb7ebec17d0babe957def03 100644 (file)
@@ -1132,7 +1132,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