diff options
Diffstat (limited to 'testsuite/ls/ls-l-works')
-rw-r--r-- | testsuite/ls/ls-l-works | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/ls/ls-l-works b/testsuite/ls/ls-l-works index 1bad34b..ce08810 100644 --- a/testsuite/ls/ls-l-works +++ b/testsuite/ls/ls-l-works @@ -1,3 +1,7 @@ +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 |