source: MondoRescue/branches/2.2.9/mindi-busybox/testsuite/du/du-k-works

Last change on this file was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
File size: 209 bytes
Line 
1mkdir du.testdir
2cd du.testdir
3dd if=/dev/zero of=file1 bs=1k count=64 2>/dev/null
4dd if=/dev/zero of=file2 bs=1k count=16 2>/dev/null
5test x"`busybox du -k .`" = x"80 ." \
6 -o x"`busybox du -k .`" = x"88 ."
Note: See TracBrowser for help on using the repository browser.