Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
85158b600d161bea3fc9d62df8e4ecf4d642fbf0
/
.
/
testsuite
/
ls
/
ls-s-works
blob: 8bf5c64fbaecde9a6cf75406d58b41d159af8992 [
file
] [
log
] [
blame
]
test x
"$SKIP_KNOWN_BUGS"
!=
x
""
&&
exit
# busybox does not emit "total NNN" line
[
-
n
"$d"
]
||
d
=..
LC_ALL
=
C ls
-
1s
"$d"
>
logfile
.
gnu
LC_ALL
=
C busybox ls
-
1s
"$d"
>
logfile
.
bb
diff
-
ubw logfile
.
gnu logfile
.
bb