commit | 71e3ab327a155b513f612e328fc43e6b334fccc2 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Wed Apr 23 07:02:02 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Wed Apr 23 07:02:02 2008 +0000 |
tree | fc78cd11ce4415efc7522c5df0bfa4b43d16bb93 | |
parent | 58dc274a7aefcbe80efe2a99742811a8affaca44 [diff] [blame] |
testsuite: fix du testsuite to not use changing directories
diff --git a/testsuite/du/du-s-works b/testsuite/du/du-s-works index f0b3bf0..ae97077 100644 --- a/testsuite/du/du-s-works +++ b/testsuite/du/du-s-works
@@ -1,4 +1,4 @@ -[ -n "$d" ] || d=.. +d=/bin du -s "$d" > logfile.gnu busybox du -s "$d" > logfile.bb cmp logfile.gnu logfile.bb