blob: ce08810a4684dbe990c7d8cc2422e84e8f045990 [file] [log] [blame]
Denys Vlasenkob71ce022009-07-18 15:19:41 +02001test x"$SKIP_KNOWN_BUGS" != x"" && exit
2
3# busybox does not emit "total NNN" line
4
Eric Andersen7daa0762004-10-08 07:46:08 +00005[ -n "$d" ] || d=..
Mike Frysinger546a99d2006-01-25 22:46:25 +00006LC_ALL=C ls -l "$d" > logfile.gnu
Denys Vlasenko55083632009-07-02 14:25:51 +02007LC_ALL=C busybox ls -l "$d" > logfile.bb
8diff -ubw logfile.gnu logfile.bb