summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-11-21 09:32:55 +0100
committerJim Meyering <jim@meyering.net>2006-11-21 09:32:55 +0100
commitd66091126a729ffbdc53ac52cf31cb0b30e6711e (patch)
treee5d44063b94ef7c46ff6fc08d3d917eceb583788 /ChangeLog
parent41b5fe32466744c703b23e2502d970bf2b4d593a (diff)
downloadcoreutils-d66091126a729ffbdc53ac52cf31cb0b30e6711e.tar.xz
* tests/rm/one-file-system: Upon setup failure (e.g., mount failure),
skip the test rather than failing. Reported by Michael Deutschmann.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c999f46f..3ac63fb00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-11-21 Jim Meyering <jim@meyering.net>
+ * tests/rm/one-file-system: Upon setup failure (e.g., mount failure),
+ skip the test rather than failing. Reported by Michael Deutschmann.
+
* tests/rm/fail-eperm: Use the "(exit N); exit N" idiom,
rather than just "exit N".