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/du/du-k-works

    r3232 r3621  
    33dd if=/dev/zero of=file1 bs=1k count=64 2>/dev/null
    44dd if=/dev/zero of=file2 bs=1k count=16 2>/dev/null
     5# ext4 on images <512M gives 81kb
     6# ext3 on images <512M gives 83kb
     7# a bsd system reportedly gives 82kb
    58test x"`busybox du -k .`" = x"80    ." \
     9  -o x"`busybox du -k .`" = x"81    ." \
     10  -o x"`busybox du -k .`" = x"82    ." \
     11  -o x"`busybox du -k .`" = x"83    ." \
    612  -o x"`busybox du -k .`" = x"84    ." \
    713  -o x"`busybox du -k .`" = x"88    ."
Note: See TracChangeset for help on using the changeset viewer.