summaryrefslogtreecommitdiff
path: root/i/pc104/initrd/conf/busybox/testsuite/ls/ls-h-works
blob: 7331262c957b49943759d0977b5e29871a3d34e7 (plain)
1
2
3
4
[ -n "$d" ] || d=..
ls -h "$d" > logfile.gnu
busybox ls -h "$d" > logfile.bb
cmp logfile.gnu logfile.bb