From 3574b4b5f00eb6a6eb7e816c7383a81bb2c8ea59 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Thu, 16 Jul 2009 23:35:08 -0400 Subject: [PATCH] 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 --- Makefile.am | 2 +- tar/test/CMakeLists.txt | 2 +- tar/test/Makefile | 2 +- tar/test/{test_option_T.c => test_option_T_upper.c} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename tar/test/{test_option_T.c => test_option_T_upper.c} (99%) 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; -- 2.47.3