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