summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-03-21 17:19:30 +0100
committerJim Meyering <jim@meyering.net>2007-03-21 17:19:30 +0100
commit3440b65ecf8cca204a3fe37e1d97a8609de72ba3 (patch)
treeb3f92d057fc47262fde4f4e0bfca5156613b60d8 /ChangeLog
parenta59975a3fd5ec557a4b9ee71f8bfeaffa5d3a355 (diff)
downloadcoreutils-3440b65ecf8cca204a3fe37e1d97a8609de72ba3.tar.xz
Fix a test script not to claim an ext2 file system is of type xfs.
* tests/du/slink: When using df --local and df --type=TYPE, test only the exit code. Don't bother with stdout. Prompted by a report by Thomas Schwinge of an inaccurate diagnostic.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dea085f03..e68367562 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-03-21 Jim Meyering <jim@meyering.net>
+ Fix a test script not to claim an ext2 file system is of type xfs.
+ * tests/du/slink: When using df --local and df --type=TYPE,
+ test only the exit code. Don't bother with stdout.
+ Prompted by a report by Thomas Schwinge of an inaccurate diagnostic.
+
* gl/lib/savewd.c: Remove this file, since the savewd_save change
is now in gnulib. The other wasn't useful.