source: drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/du/du-l-works @ 20

Last change on this file since 20 was 20, checked in by chris, 16 years ago
File size: 104 bytes
Line 
1[ -n "$d" ] || d=..
2du -l "$d" > logfile.gnu
3busybox du -l "$d" > logfile.bb
4cmp logfile.gnu logfile.bb
Note: See TracBrowser for help on using the repository browser.