Denys Vlasenko | b71ce02 | 2009-07-18 15:19:41 +0200 | [diff] [blame] | 1 | test x"$SKIP_KNOWN_BUGS" != x"" && exit |
2 | |||||
3 | # busybox does not emit "total NNN" line | ||||
4 | |||||
Eric Andersen | 7daa076 | 2004-10-08 07:46:08 +0000 | [diff] [blame] | 5 | [ -n "$d" ] || d=.. |
Mike Frysinger | 546a99d | 2006-01-25 22:46:25 +0000 | [diff] [blame] | 6 | LC_ALL=C ls -l "$d" > logfile.gnu |
Denys Vlasenko | 5508363 | 2009-07-02 14:25:51 +0200 | [diff] [blame] | 7 | LC_ALL=C busybox ls -l "$d" > logfile.bb |
8 | diff -ubw logfile.gnu logfile.bb |