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