summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Proulx <bob@proulx.com>2007-10-20 08:26:57 +0200
committerJim Meyering <meyering@redhat.com>2007-10-20 08:26:57 +0200
commit18e4c15198afa74b056c2e68032d56d346f14d4d (patch)
treeef6a3cdbd3c0708a7c692d197fcd22137d7e445c /ChangeLog
parent2a0e737cfd1a95808caf81c2a30d227b8af2751d (diff)
downloadcoreutils-18e4c15198afa74b056c2e68032d56d346f14d4d.tar.xz
Prevent "make check" from leaving mktemp /tmp/tmp.* files behind.
* tests/misc/help-version (mktemp_args): Tell mktemp to create its temporary file in the current directory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eba6c872f..e85b63c80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-20 Bob Proulx <bob@proulx.com>
+
+ Prevent "make check" from leaving mktemp /tmp/tmp.* files behind.
+ * tests/misc/help-version (mktemp_args): Tell mktemp to create
+ its temporary file in the current directory.
+
2007-10-16 Jim Meyering <meyering@redhat.com>
Show how to make tee redirect to multiple processes.