diff options
| author | Michael Albinus | 2014-11-08 09:46:20 +0100 |
|---|---|---|
| committer | Michael Albinus | 2014-11-08 09:46:20 +0100 |
| commit | b03f9b583cf80b765cc41c095cb6c2ee04e19f40 (patch) | |
| tree | f21c6c663370dc4adaf784fffaf6960d8054aa31 /test/ChangeLog | |
| parent | 121ccd275a4805dbee9b1a3c43a83cea5491fbb4 (diff) | |
| download | emacs-b03f9b583cf80b765cc41c095cb6c2ee04e19f40.tar.gz emacs-b03f9b583cf80b765cc41c095cb6c2ee04e19f40.zip | |
Backport Tramp changes from trunk.
* automated/tramp-tests.el (tramp-remote-process-environment):
Declare.
(tramp--test-enabled): Ignore errors.
(tramp--instrument-test-case): Extend docstring. Print debug
buffer in any case.
(tramp-test15-copy-directory): Skip for tramp-smb.el.
(tramp-test21-file-links): Use `file-truename' for directories.
(tramp-test26-process-file): Extend test according to Bug#17815.
(tramp-test27-start-file-process, tramp-test28-shell-command):
Retrieve process output more robustly.
(tramp-test29-vc-registered): Set $BZR_HOME.
(tramp--test-check-files): Extend test with `substitute-in-file-name'.
(tramp-test30-special-characters): Skip for tramp-adb.el,
tramp-gvfs.el and tramp-smb.el. Add further file names.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index c1c2f5c870b..a5ee4b60589 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2014-11-08 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | Backport Tramp changes from trunk. | ||
| 4 | |||
| 5 | * automated/tramp-tests.el (tramp-remote-process-environment): | ||
| 6 | Declare. | ||
| 7 | (tramp--test-enabled): Ignore errors. | ||
| 8 | (tramp--instrument-test-case): Extend docstring. Print debug | ||
| 9 | buffer in any case. | ||
| 10 | (tramp-test15-copy-directory): Skip for tramp-smb.el. | ||
| 11 | (tramp-test21-file-links): Use `file-truename' for directories. | ||
| 12 | (tramp-test26-process-file): Extend test according to Bug#17815. | ||
| 13 | (tramp-test27-start-file-process, tramp-test28-shell-command): | ||
| 14 | Retrieve process output more robustly. | ||
| 15 | (tramp-test29-vc-registered): Set $BZR_HOME. | ||
| 16 | (tramp--test-check-files): Extend test with `substitute-in-file-name'. | ||
| 17 | (tramp-test30-special-characters): Skip for tramp-adb.el, | ||
| 18 | tramp-gvfs.el and tramp-smb.el. Add further file names. | ||
| 19 | |||
| 1 | 2014-10-20 Glenn Morris <rgm@gnu.org> | 20 | 2014-10-20 Glenn Morris <rgm@gnu.org> |
| 2 | 21 | ||
| 3 | * Version 24.4 released. | 22 | * Version 24.4 released. |