data/method/busybox/busybox-1.36.0/testsuite/ls/ls-l-works

9 lines
211 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
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