Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.6
/
busybox
/
b2cf790ce23df9cace07ab4486c11f983c120d3d
/
.
/
busybox-1.19.3
/
testsuite
/
ls
/
ls-l-works
blob: ce08810a4684dbe990c7d8cc2422e84e8f045990 [
file
] [
log
] [
blame
]
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