Changeset 3621 in MondoRescue for branches/3.3/mindi-busybox/testsuite/date


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 added
2 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`
  • branches/3.3/mindi-busybox/testsuite/date/date-works-1

    r2725 r3621  
    4242# date (GNU coreutils) 6.10 reports:
    4343#   date: invalid date '01231133'
    44 dt=`busybox date -d 01231133 +%c`
    45 dt=`echo "$dt" | cut -b5-19`
    46 test x"$dt" = x"Jan 23 11:33:00"
     44#dt=`busybox date -d 01231133 +%c`
     45#dt=`echo "$dt" | cut -b5-19`
     46#test x"$dt" = x"Jan 23 11:33:00"
    4747
    4848# date (GNU coreutils) 6.10 reports:
Note: See TracChangeset for help on using the changeset viewer.