From: Tim Kientzle Date: Fri, 17 Jul 2009 03:35:08 +0000 (-0400) Subject: Rename test_option_T to test_option_T_upper, following a pattern X-Git-Tag: v2.8.0~537 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3574b4b5f00eb6a6eb7e816c7383a81bb2c8ea59;p=thirdparty%2Flibarchive.git Rename test_option_T to test_option_T_upper, following a pattern established by bsdcpio_test for ensuring that test cases don't cause problems on case-insensitive filesystems. SVN-Revision: 1224 --- diff --git a/Makefile.am b/Makefile.am index 5426dc9d3..f32b889ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/tar/test/CMakeLists.txt b/tar/test/CMakeLists.txt index 530fbb3e5..bc05e9e20 100644 --- a/tar/test/CMakeLists.txt +++ b/tar/test/CMakeLists.txt @@ -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 diff --git a/tar/test/Makefile b/tar/test/Makefile index 093ad1bb7..31fa66279 100644 --- a/tar/test/Makefile +++ b/tar/test/Makefile @@ -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 \ diff --git a/tar/test/test_option_T.c b/tar/test/test_option_T_upper.c similarity index 99% rename from tar/test/test_option_T.c rename to tar/test/test_option_T_upper.c index 36fe1ef4d..4f544a134 100644 --- a/tar/test/test_option_T.c +++ b/tar/test/test_option_T_upper.c @@ -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;