1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Adjust one more test to accommodate the recent fts change.

This matters only on systems with insufficient openat support.
* tests/du/inacc-dest: Adjust expected diagnostic.
This commit is contained in:
Jim Meyering
2007-08-02 19:48:03 +02:00
parent 674ea8b2dc
commit 33f95a9ab6
2 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
2007-08-02 Jim Meyering <jim@meyering.net>
Adjust one more test to accommodate the recent fts change.
This matters only on systems with insufficient openat support.
* tests/du/inacc-dest: Adjust expected diagnostic.
Adjust the other two "no-x" tests and unify all three.
* tests/du/no-x: Factor out du-specific bits.
* tests/chmod/no-x: Use the same code.

View File

@@ -2,7 +2,7 @@
# Prior to coreutils-6.5, an inaccessible destination dir (chmod a-x)
# would cause du to exit prematurely on systems with native openat support.
# Copyright (C) 2006 Free Software Foundation, Inc.
# Copyright (C) 2006-2007 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -58,9 +58,10 @@ cat <<\EOF > exp || fail=1
.
./a
./b
./c
./d
./e
du: `./c': Permission denied
du: cannot read directory `./c': Permission denied
EOF
cat <<\EOF > exp2 || fail=1