aboutsummaryrefslogtreecommitdiff
path: root/testsuite/du/du-works
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/du/du-works')
-rw-r--r--testsuite/du/du-works2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/du/du-works b/testsuite/du/du-works
index 47949c694..46a336dc3 100644
--- a/testsuite/du/du-works
+++ b/testsuite/du/du-works
@@ -1,4 +1,4 @@
-[ -n "$d" ] || d=..
+d=/bin
du "$d" > logfile.gnu
busybox du "$d" > logfile.bb
cmp logfile.gnu logfile.bb