android_mt6572_jiabo/external/busybox/testsuite/ls/ls-l-works
2025-09-05 16:56:03 +08:00

8 lines
211 B
Text

test x"$SKIP_KNOWN_BUGS" != x"" && exit
# busybox does not emit "total NNN" line
[ -n "$d" ] || d=..
LC_ALL=C ls -l "$d" > logfile.gnu
LC_ALL=C busybox ls -l "$d" > logfile.bb
diff -ubw logfile.gnu logfile.bb