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-l-works b/testsuite/du/du-l-works index 61e9140..c3d2ec0 100644 --- a/testsuite/du/du-l-works +++ b/testsuite/du/du-l-works
@@ -1,4 +1,4 @@ -[ -n "$d" ] || d=.. +d=/bin du -l "$d" > logfile.gnu busybox du -l "$d" > logfile.bb cmp logfile.gnu logfile.bb