b71ce023e9
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
test x"$SKIP_KNOWN_BUGS" != x"" && exit
|
|
|
|
# busybox does not emit "total NNN" line
|
|
|
|
[ -n "$d" ] || d=..
|
|
LC_ALL=C ls -1s "$d" > logfile.gnu
|
|
LC_ALL=C busybox ls -1s "$d" > logfile.bb
|
|
diff -ubw logfile.gnu logfile.bb
|