The latest coreutils CVS has a differently-worded error message, so I
had to install the following patch to get "make check" to work.

Also, I suggest removing tests/sort/sort-tests from CVS.  Its
existence causes 'make check' to assume that all the test input files
(e.g., tests/sort/01a.I) exist; but they aren't checked in under CVS,
so all the 'sort' tests fail.

2003-10-12  Paul Eggert  <[EMAIL PROTECTED]>

        * tests/du/no-x: Change wording of diagnostic to match latest du.c.
        * tests/sort/sort-tests: Remove from CVS; assume that people
        brave enough to check coreutils out from CVS can rebuild it.

Index: tests/du/no-x
===================================================================
RCS file: /cvsroot/coreutils/coreutils/tests/du/no-x,v
retrieving revision 1.1
diff -p -u -r1.1 no-x
--- tests/du/no-x       22 Jan 2003 12:49:08 -0000      1.1
+++ tests/du/no-x       13 Oct 2003 05:40:29 -0000
@@ -31,7 +31,7 @@ fail=0
 # This must exit nonzero.
 du d >/dev/null 2>out && fail=1
 cat <<\EOF > exp
-du: cannot change to directory `d/no-x': Permission denied
+du: `d/no-x': Permission denied
 EOF
 
 cmp out exp || fail=1


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to