diff options
author | Jim Meyering <jim@meyering.net> | 2006-11-12 18:42:24 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-11-12 18:42:24 +0100 |
commit | c24e93d9266be3e2d8a2dbe10dff73233cfe455b (patch) | |
tree | 018add8eccc576e09e5ea3be6a04aa8b54301f6a /tests/chgrp | |
parent | 75be540f7d903ceea4dc527312c748aed2d62c73 (diff) | |
download | coreutils-c24e93d9266be3e2d8a2dbe10dff73233cfe455b.tar.xz |
du would exit early, when encountering an inaccessible directory
Reported by Mike Frysinger, in
http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/8831
* tests/du/inacc-dest: New test, based on an example from Mike Frysinger.
* tests/chgrp/no-x: Remove the "fts_read failed: ..."
diagnostic from the expected output when using native fdopendir.
* tests/chmod/no-x: Likewise.
* tests/du/no-x: Likewise.
Diffstat (limited to 'tests/chgrp')
-rwxr-xr-x | tests/chgrp/no-x | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/chgrp/no-x b/tests/chgrp/no-x index b8ebed5f6..e9c702d7f 100755 --- a/tests/chgrp/no-x +++ b/tests/chgrp/no-x @@ -59,7 +59,6 @@ EOF # With native fdopendir, du uses a different code path. cat <<\EOF > exp-native-fdopendir chgrp: cannot access `d/no-x/y': Permission denied -chgrp: fts_read failed: Permission denied EOF if cmp out exp >/dev/null 2>&1; then |