aboutsummaryrefslogtreecommitdiff
path: root/testsuite/date/date-works-1
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/date/date-works-1')
-rw-r--r--testsuite/date/date-works-14
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/date/date-works-1 b/testsuite/date/date-works-1
index e318944da..bd984c0be 100644
--- a/testsuite/date/date-works-1
+++ b/testsuite/date/date-works-1
@@ -42,12 +42,12 @@ test x"$dt" = x"Jan 23 11:33:00"
# date (GNU coreutils) 6.10 reports:
# date: invalid date '012311332000'
-dt=`busybox date -d 012311332000 +%c`
+dt=`busybox date -d 200001231133 +%c`
test x"$dt" = x"Sun Jan 23 11:33:00 2000"
# date (GNU coreutils) 6.10 reports:
# date: invalid date '012311332000'
-dt=`busybox date -d 012311332000.30 +%c`
+dt=`busybox date -d 200001231133.30 +%c`
test x"$dt" = x"Sun Jan 23 11:33:30 2000"
lcbbd="LC_ALL=C busybox date"