busybox/testsuite/ls/ls-l-works
Denys Vlasenko b71ce023e9 add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-07-18 15:19:41 +02:00

9 lines
211 B
Plaintext

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