aboutsummaryrefslogtreecommitdiff
path: root/testsuite/du/du-h-works
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/du/du-h-works')
-rw-r--r--testsuite/du/du-h-works4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/du/du-h-works b/testsuite/du/du-h-works
new file mode 100644
index 000000000..82041ab33
--- /dev/null
+++ b/testsuite/du/du-h-works
@@ -0,0 +1,4 @@
1[ -n "$d" ] || d=..
2du -h "$d" > logfile.gnu
3busybox du -h "$d" > logfile.bb
4cmp logfile.gnu logfile.bb