established by bsdcpio_test for ensuring that test cases don't
cause problems on case-insensitive filesystems.
SVN-Revision: 1224
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 \
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
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 \
return (1); /* Success */
}
-DEFINE_TEST(test_option_T)
+DEFINE_TEST(test_option_T_upper)
{
FILE *f;
int r;