summary refs log tree commit diff
path: root/time/bug-getdate1.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-12-12 20:28:46 +0000
committerJakub Jelinek <jakub@redhat.com>2007-12-12 20:28:46 +0000
commit1716edfc192b29f8cec407e3eebfbe84e28f70e4 (patch)
treefe6618670f8f6469186eca108fc944d3317d83aa /time/bug-getdate1.c
parent574e283890a6ca92325a06dafa76ff307a8019a2 (diff)
downloadglibc-1716edfc192b29f8cec407e3eebfbe84e28f70e4.tar.gz
glibc-1716edfc192b29f8cec407e3eebfbe84e28f70e4.tar.xz
glibc-1716edfc192b29f8cec407e3eebfbe84e28f70e4.zip
Updated to fedora-glibc-20071212T1953
Diffstat (limited to 'time/bug-getdate1.c')
-rw-r--r--time/bug-getdate1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/time/bug-getdate1.c b/time/bug-getdate1.c
index 7da88f4548..3d68cf2a79 100644
--- a/time/bug-getdate1.c
+++ b/time/bug-getdate1.c
@@ -115,13 +115,13 @@ do_test (int argc, char *argv[])
   res |= process_getdate_on ("25 3");
 
   output_to_template_file ("%C");
-  res |= process_getdate_on ("98");
+  res |= process_getdate_on ("20");
 
   output_to_template_file ("%C %y %m");
-  res |= process_getdate_on ("98 3 2");
+  res |= process_getdate_on ("20 3 2");
 
   output_to_template_file ("%C %y");
-  res |= process_getdate_on ("21 5");
+  res |= process_getdate_on ("20 5");
 
   /*
    * The following testcase reproduces the problem: