]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Adjust one more test to accommodate the recent fts change.
authorJim Meyering <jim@meyering.net>
Thu, 2 Aug 2007 17:48:03 +0000 (19:48 +0200)
committerJim Meyering <jim@meyering.net>
Thu, 2 Aug 2007 17:48:03 +0000 (19:48 +0200)
This matters only on systems with insufficient openat support.
* tests/du/inacc-dest: Adjust expected diagnostic.

ChangeLog
tests/du/inacc-dest

index bf38e2186d40b742eccd37a6697df862885d2858..ee5220e4d56a30946b03bda6f44d3248d8f51b1e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index d0f9bc4a600afc7218e23379dfd1925c4709e75e..af28fcc048e1b9d1151d4d243309810136753c6c 100755 (executable)
@@ -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