summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-10-09 08:10:03 +0000
committerJim Meyering <jim@meyering.net>2002-10-09 08:10:03 +0000
commit97cd9f11492ebe47c56105e2819efea841c25f2c (patch)
tree0b734dbd16366e15ded7f407448b846067af3a5e
parentd57998f12844aedad3ee21b102cddad5780e4311 (diff)
downloadcoreutils-97cd9f11492ebe47c56105e2819efea841c25f2c.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b29c22307..214f759a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-10-09 Jim Meyering <meyering@lucent.com>
+ * tests/cp/backup-is-src: Ensure that certain environment variables
+ are not set (e.g., SIMPLA_BACKUP_SUFFIX). Reported by Duncan Roe.
+
* tests/tail-2/big-4gb: Mark this as an expensive test; it would
consume 4GB of disk space on systems without support for sparse files.
Fix a logic error that'd make it `cat err' even though dd didn't fail.