[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS coreutils test problems with du and sort
From: |
Paul Eggert |
Subject: |
CVS coreutils test problems with du and sort |
Date: |
12 Oct 2003 22:49:29 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
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 <address@hidden>
* 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
- CVS coreutils test problems with du and sort,
Paul Eggert <=