diff options
| author | Michael Albinus | 2014-06-15 17:56:58 +0200 |
|---|---|---|
| committer | Michael Albinus | 2014-06-15 17:56:58 +0200 |
| commit | 588001cfc78f30f427efbb0ee41e79d7104b71f6 (patch) | |
| tree | 9645ea1aaaa5e7aea5786297f88e37c4eecc153b /test/ChangeLog | |
| parent | 493ce45c928cb843e7e7a1decf8b5d31360ec450 (diff) | |
| download | emacs-588001cfc78f30f427efbb0ee41e79d7104b71f6.tar.gz emacs-588001cfc78f30f427efbb0ee41e79d7104b71f6.zip | |
Sync with Tramp 2.2.10.
* test/automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
(tramp--instrument-test-case): Extend docstring.
(tramp-test15-copy-directory): Skip for tramp-smb.el.
(tramp-test21-file-links): Use `file-truename' for directories.
(tramp-test27-start-file-process, tramp-test28-shell-command):
Retrieve process output more robustly.
(tramp--test-check-files): Extend test.
(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 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 39470d7a79d..716e42ed95d 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2014-06-15 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | Sync with Tramp 2.2.10. | ||
| 4 | |||
| 5 | * automated/tramp-tests.el (tramp--test-enabled): Ignore errors. | ||
| 6 | (tramp--instrument-test-case): Extend docstring. | ||
| 7 | (tramp-test15-copy-directory): Skip for tramp-smb.el. | ||
| 8 | (tramp-test21-file-links): Use `file-truename' for directories. | ||
| 9 | (tramp-test27-start-file-process, tramp-test28-shell-command): | ||
| 10 | Retrieve process output more robustly. | ||
| 11 | (tramp--test-check-files): Extend test. | ||
| 12 | (tramp-test30-special-characters): Skip for tramp-adb.el, | ||
| 13 | tramp-gvfs.el and tramp-smb.el. Add further file names. | ||
| 14 | |||
| 1 | 2014-06-13 Glenn Morris <rgm@gnu.org> | 15 | 2014-06-13 Glenn Morris <rgm@gnu.org> |
| 2 | 16 | ||
| 3 | * automated/Makefile.in (compile-main): | 17 | * automated/Makefile.in (compile-main): |