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/ls/ls-h-works

    r821 r2725  
     1# FEATURE: CONFIG_FEATURE_LS_SORTFILES CONFIG_FEATURE_HUMAN_READABLE
     2
    13[ -n "$d" ] || d=..
    2 ls -h "$d" > logfile.gnu
    3 busybox ls -h "$d" > logfile.bb
    4 cmp logfile.gnu logfile.bb
     4LC_ALL=C ls -h "$d" > logfile.gnu
     5LC_ALL=C busybox ls -h "$d" > logfile.bb
     6diff -ubw logfile.gnu logfile.bb
Note: See TracChangeset for help on using the changeset viewer.