diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-02 17:14:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-02 17:14:39 +0000 |
commit | 77043f0f2100f846705abcdd730716a8bceeec6e (patch) | |
tree | d014762f1f5e9a11a325f328ea6a9d3e953fb87f /tests/du | |
parent | 858d2b2f733bc4c25d50656bf4ac44c1d23f9b83 (diff) | |
download | coreutils-77043f0f2100f846705abcdd730716a8bceeec6e.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/du')
-rwxr-xr-x | tests/du/inaccessible-cwd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/du/inaccessible-cwd b/tests/du/inaccessible-cwd index e47f9b5ba..c344d6d3e 100755 --- a/tests/du/inaccessible-cwd +++ b/tests/du/inaccessible-cwd @@ -1,6 +1,8 @@ #!/bin/sh # Ensure that even when run from an inaccessible directory, du can still # operate on accessible directories elsewhere. +# Before the switch to an fts-based implementation in coreutils 5.0.92, +# this test would fail. if test "$VERBOSE" = yes; then set -x |