]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Rename test_option_T to test_option_T_upper, following a pattern
authorTim Kientzle <kientzle@gmail.com>
Fri, 17 Jul 2009 03:35:08 +0000 (23:35 -0400)
committerTim Kientzle <kientzle@gmail.com>
Fri, 17 Jul 2009 03:35:08 +0000 (23:35 -0400)
established by bsdcpio_test for ensuring that test cases don't
cause problems on case-insensitive filesystems.

SVN-Revision: 1224

Makefile.am
tar/test/CMakeLists.txt
tar/test/Makefile
tar/test/test_option_T_upper.c [moved from tar/test/test_option_T.c with 99% similarity]

index 5426dc9d321303ab164525e46277a112225b48a8..f32b889eff88d363607a1e9d6e5962e22322b704 100644 (file)
@@ -431,7 +431,7 @@ bsdtar_test_SOURCES=                                                \
        tar/test/test_copy.c                                    \
        tar/test/test_getdate.c                                 \
        tar/test/test_help.c                                    \
-       tar/test/test_option_T.c                                \
+       tar/test/test_option_T_upper.c                          \
        tar/test/test_option_q.c                                \
        tar/test/test_option_s.c                                \
        tar/test/test_patterns.c                                \
index 530fbb3e5b23d134ec9a3b6593e0649b1feb8e3c..bc05e9e2097b3043fe7f86f3deb5a2a6c4cc8e89 100644 (file)
@@ -13,7 +13,7 @@ IF(ENABLE_TAR AND ENABLE_TEST)
     test_copy.c
     test_getdate.c
     test_help.c
-    test_option_T.c
+    test_option_T_upper.c
     test_option_q.c
     test_option_s.c
     test_patterns.c
index 093ad1bb76fc8e0ac9ce286100fa75f1c91876fb..31fa66279ed815bf9ffb691f7fc70d9fd757dac0 100644 (file)
@@ -14,7 +14,7 @@ TESTS=        \
        test_copy.c                             \
        test_getdate.c                          \
        test_help.c                             \
-       test_option_T.c                         \
+       test_option_T_upper.c                   \
        test_option_q.c                         \
        test_option_s.c                         \
        test_patterns.c                         \
similarity index 99%
rename from tar/test/test_option_T.c
rename to tar/test/test_option_T_upper.c
index 36fe1ef4d9020c60ea7b26fed64435a90d942b9d..4f544a134e59be505c93148ad7105286dfa4caa1 100644 (file)
@@ -37,7 +37,7 @@ touch(const char *fn)
        return (1); /* Success */
 }
 
-DEFINE_TEST(test_option_T)
+DEFINE_TEST(test_option_T_upper)
 {
        FILE *f;
        int r;