correct date testsuite to use compatible format
[oweals/busybox.git] / testsuite / date / date-works
index 0802e887fa9b1010bcd5f2b84e8f8653317d60eb..901c485eccb82fdec8ae9cd13e698fbe88d8d47c 100644 (file)
@@ -35,10 +35,10 @@ dt=`busybox date -d 01231133`
 dt=`echo "$dt" | cut -b5-19`
 test x"$dt" = x"Jan 23 11:33:00"
 
-dt=`busybox date -d 012311332000`
+dt=`busybox date -d 200001231133`
 dt=`echo "$dt" | cut -b1-19`
 test x"$dt" = x"Sun Jan 23 11:33:00"
 
-dt=`busybox date -d 012311332000.30`
+dt=`busybox date -d 200001231133.30`
 dt=`echo "$dt" | cut -b1-19`
 test x"$dt" = x"Sun Jan 23 11:33:30"