summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg.sonnenberger@gmail.com>2009-05-26 05:24:51 -0400
committerJoerg Sonnenberger <joerg.sonnenberger@gmail.com>2009-05-26 05:24:51 -0400
commit06ec0c73b5913039c8db72a725855691150422c8 (patch)
treecc61e827def18715e73f10531307f899efa902a3
parentdea5e6d0cd591ff3980899e39956602492a518f4 (diff)
downloadlibarchive-06ec0c73b5913039c8db72a725855691150422c8.tar.gz
Fix test case for positive time zones.
SVN-Revision: 1114
-rw-r--r--cpio/test/test_option_t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpio/test/test_option_t.c b/cpio/test/test_option_t.c
index 24df575b..81b019bb 100644
--- a/cpio/test/test_option_t.c
+++ b/cpio/test/test_option_t.c
@@ -78,7 +78,7 @@ DEFINE_TEST(test_option_t)
/* The date might vary depending on what timezone we're in.
* 1 second past the Epoch can only be one of two dates. */
if (strcmp(p + 42, "Dec 31 1969 file\n") != 0)
- assertEqualString(p + 42, "Jan 1 1970 file\n");
+ assertEqualString(p + 42, "Jan 1 1970 file\n");
free(p);
/* But "-n" without "-t" is an error. */