source: MondoRescue/branches/3.3/mindi-busybox/testsuite/du/du-m-works@ 3621

Last change on this file since 3621 was 3621, checked in by Bruno Cornec, 7 years ago

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

File size: 133 bytes
Line 
1# FEATURE: CONFIG_FEATURE_HUMAN_READABLE
2
3dd if=/dev/zero of=file bs=1M count=1 2>/dev/null
4test x"`busybox du -m file`" = x"1 file"
Note: See TracBrowser for help on using the repository browser.