diff options
| author | Dmitry Gutov | 2015-01-23 02:50:15 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2015-01-23 02:50:15 +0200 |
| commit | f02406c74a0a91b29073101912a4b80736a69581 (patch) | |
| tree | 2bddfda594f6ff94136e640f556d410309312cd0 /test/ChangeLog | |
| parent | 2f908e0cac317b381393e3efb70ec08dfaab5383 (diff) | |
| download | emacs-f02406c74a0a91b29073101912a4b80736a69581.tar.gz emacs-f02406c74a0a91b29073101912a4b80736a69581.zip | |
Fix package tests when TMPDIR is in HOME
Fixes: debbugs:19657
* test/automated/package-test.el (with-package-test):
Bind `abbreviated-home-dir' to nil.
(package-test-describe-package, package-test-signed):
Expect abbreviated directory names.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index af36b5d2bde..5a4e616f6c6 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,4 +1,12 @@ | |||
| 1 | 2015-01-20 Jorgen Schaefer <contact@jorgenschaefer.de> | 1 | 2015-01-23 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | |||
| 3 | Fix package tests when TMPDIR is in HOME. (Bug#19657) | ||
| 4 | * automated/package-test.el (with-package-test): | ||
| 5 | Bind `abbreviated-home-dir' to nil. | ||
| 6 | (package-test-describe-package, package-test-signed): | ||
| 7 | Expect abbreviated directory names. | ||
| 8 | |||
| 9 | 2015-01-22 Jorgen Schaefer <contact@jorgenschaefer.de> | ||
| 2 | 10 | ||
| 3 | * automated/package-test.el (package-test-install-prioritized): | 11 | * automated/package-test.el (package-test-install-prioritized): |
| 4 | Re-add the test case and add priority to the correct repository | 12 | Re-add the test case and add priority to the correct repository |