]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
rename test_getdate to test_archive_getdate.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 7 Feb 2012 07:44:09 +0000 (16:44 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 7 Feb 2012 07:44:09 +0000 (16:44 +0900)
libarchive/test/test_archive_getdate.c

index d6d5fdbf3873cebc1c7a92a8b0d9ddcdae4a41cd..4be359bb356d1c7e6028b91a99942212341b4e5c 100644 (file)
@@ -34,7 +34,7 @@ __FBSDID("$FreeBSD$");
 time_t __archive_get_date(time_t, const char *);
 #define get_date __archive_get_date
 
-DEFINE_TEST(test_getdate)
+DEFINE_TEST(test_archive_getdate)
 {
        time_t now = time(NULL);