testsuite: disable tests for no longer supported bbox-specific date formats
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -41,9 +41,9 @@ test x"$hdt" = x"$dt"
|
||||
# Avoiding using week day in this evaluation, as it's mostly different every year
|
||||
# date (GNU coreutils) 6.10 reports:
|
||||
# date: invalid date '01231133'
|
||||
dt=`busybox date -d 01231133 +%c`
|
||||
dt=`echo "$dt" | cut -b5-19`
|
||||
test x"$dt" = x"Jan 23 11:33:00"
|
||||
#dt=`busybox date -d 01231133 +%c`
|
||||
#dt=`echo "$dt" | cut -b5-19`
|
||||
#test x"$dt" = x"Jan 23 11:33:00"
|
||||
|
||||
# date (GNU coreutils) 6.10 reports:
|
||||
# date: invalid date '012311332000'
|
||||
|
Reference in New Issue
Block a user