Bump to version 1.22.1
[platform/upstream/busybox.git] / testsuite / ls / ls-l-works
1 test x"$SKIP_KNOWN_BUGS" != x"" && exit
2
3 # busybox does not emit "total NNN" line
4
5 [ -n "$d" ] || d=..
6 LC_ALL=C ls -l "$d" > logfile.gnu
7 LC_ALL=C busybox ls -l "$d" > logfile.bb
8 diff -ubw logfile.gnu logfile.bb