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-works4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/ls/ls-h-works b/testsuite/ls/ls-h-works
new file mode 100644
index 0000000..7331262
--- /dev/null
+++ b/testsuite/ls/ls-h-works
@@ -0,0 +1,4 @@
+[ -n "$d" ] || d=..
+ls -h "$d" > logfile.gnu
+busybox ls -h "$d" > logfile.bb
+cmp logfile.gnu logfile.bb