summaryrefslogtreecommitdiff
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2014-10-02 11:13:05 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2014-10-02 11:13:05 -0400
commitd7f413b893012eb5c9c93cd724008c2c1faae56f (patch)
tree4db7c6d5c96996c1f144165e03edb8c06fe0b7be /test/ChangeLog
parent8eb61e5261cebf6a566b1138562953350080156b (diff)
parentef9bcf3b409648f36c5745e22d147f50a144524f (diff)
downloademacs-d7f413b893012eb5c9c93cd724008c2c1faae56f.tar.gz
Merge from emacs-24
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 041ed7c1754..fb3bd746a73 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,10 @@
+2014-10-02 Glenn Morris <rgm@gnu.org>
+
+ * automated/package-test.el (with-package-test, package-test-signed):
+ Also set HOME to a temp value, in case the real one is absent (e.g.
+ hydra) or read-only. (Bug#18575)
+ (package-test-signed): Use skip-unless rather than expected-result.
+
2014-09-26 Leo Liu <sdl.web@gmail.com>
* automated/cl-lib.el (cl-digit-char-p, cl-parse-integer): New