Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/testsuite/date/date-works

    r2725 r3621  
    3232test x"$dt" = x"Sat Jan  2 03:04:05"
    3333
    34 dt=`busybox date -d 01231133`
    35 dt=`echo "$dt" | cut -b5-19`
    36 test x"$dt" = x"Jan 23 11:33:00"
     34# date (GNU coreutils) 8.17 doesn't accept 01231133 either:
     35# date: invalid date '01231133'
     36#dt=`busybox date -d 01231133`
     37#dt=`echo "$dt" | cut -b5-19`
     38#test x"$dt" = x"Jan 23 11:33:00"
    3739
    3840dt=`busybox date -d 200001231133`
Note: See TracChangeset for help on using the changeset viewer.