Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

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

    r821 r2725  
    1 test x"`date +%d/%m/%y`" = x"`busybox date +%d/%m/%y`"
     1# TODO: gnu date doesn't accept '2000.11.22-11:22:33' format,
     2# but accepts '2000-11-22 11:22:33'. We must follow.
     3test x"01/01/99" = x"`busybox date -d 1999.01.01-11:22:33 '+%d/%m/%y'`"
     4test x"22/11/00" = x"`busybox date -d 2000.11.22-11:22:33 '+%d/%m/%y'`"
Note: See TracChangeset for help on using the changeset viewer.