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