awk: do not allow $(-1)
[oweals/busybox.git] / testsuite / ls / ls-s-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 -1s "$d" > logfile.gnu
7 LC_ALL=C busybox ls -1s "$d" > logfile.bb
8 diff -ubw logfile.gnu logfile.bb