aboutsummaryrefslogtreecommitdiff
path: root/testsuite/ls/ls-l-works
blob: 3e3b0e047926bdb95263dc2fbaf3b32b3a0ae476 (plain)
1
2
3
4
[ -n "$d" ] || d=..
LANG=C ls -l "$d" > logfile.gnu
busybox ls -l "$d" > logfile.bb
cmp logfile.gnu logfile.bb