Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/du/du-works')
-rw-r--r--testsuite/du/du-works4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/du/du-works b/testsuite/du/du-works
new file mode 100644
index 000000000..47949c694
--- /dev/null
+++ b/testsuite/du/du-works
@@ -0,0 +1,4 @@
+[ -n "$d" ] || d=..
+du "$d" > logfile.gnu
+busybox du "$d" > logfile.bb
+cmp logfile.gnu logfile.bb