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