aboutsummaryrefslogtreecommitdiff
path: root/testsuite/ls/ls-l-works
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/ls/ls-l-works')
-rw-r--r--testsuite/ls/ls-l-works4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/ls/ls-l-works b/testsuite/ls/ls-l-works
index efc2b196e..1bad34bcf 100644
--- a/testsuite/ls/ls-l-works
+++ b/testsuite/ls/ls-l-works
@@ -1,4 +1,4 @@
1[ -n "$d" ] || d=.. 1[ -n "$d" ] || d=..
2LC_ALL=C ls -l "$d" > logfile.gnu 2LC_ALL=C ls -l "$d" > logfile.gnu
3busybox ls -l "$d" > logfile.bb 3LC_ALL=C busybox ls -l "$d" > logfile.bb
4diff -w logfile.gnu logfile.bb 4diff -ubw logfile.gnu logfile.bb