diff options
| author | Michael Albinus | 2014-02-19 20:28:32 +0100 |
|---|---|---|
| committer | Michael Albinus | 2014-02-19 20:28:32 +0100 |
| commit | 76c92fdd00fdfe12ecf899132db195eda0b18602 (patch) | |
| tree | 99d43805364691c0974acc81cf84aea05e4fc06a /test/ChangeLog | |
| parent | 50bfdd5d78aa015d9032da7e6376665243f3f3b1 (diff) | |
| download | emacs-76c92fdd00fdfe12ecf899132db195eda0b18602.tar.gz emacs-76c92fdd00fdfe12ecf899132db195eda0b18602.zip | |
* automated/tramp-tests.el (tramp-test17-insert-directory):
Make first line "total 123" optional.
(tramp-test20-file-modes, tramp-test22-file-times)
(tramp-test26-process-file, tramp-test27-start-file-process)
(tramp-test28-shell-command): Skip for tramp-gvfs.el and
tramp-smb.el.
(tramp-test20-file-modes): Check for "root" only when there is an
explicit user name.
(tramp-test21-file-links): Handle "... not supported" error.
(tramp-test22-file-times): Skip for "don't know" return values.
(tramp-test26-process-file, tramp-test28-shell-command):
Remove color escape sequences.
(tramp-test28-shell-command): Use `accept-process-output' rather
than `sit-for'.
(tramp-test30-utf8): Set coding system `utf-8'.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index f21b2e16118..afb191a941a 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2014-02-19 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * automated/tramp-tests.el (tramp-test17-insert-directory): | ||
| 4 | Make first line "total 123" optional. | ||
| 5 | (tramp-test20-file-modes, tramp-test22-file-times) | ||
| 6 | (tramp-test26-process-file, tramp-test27-start-file-process) | ||
| 7 | (tramp-test28-shell-command): Skip for tramp-gvfs.el and | ||
| 8 | tramp-smb.el. | ||
| 9 | (tramp-test20-file-modes): Check for "root" only when there is an | ||
| 10 | explicit user name. | ||
| 11 | (tramp-test21-file-links): Handle "... not supported" error. | ||
| 12 | (tramp-test22-file-times): Skip for "don't know" return values. | ||
| 13 | (tramp-test26-process-file, tramp-test28-shell-command): | ||
| 14 | Remove color escape sequences. | ||
| 15 | (tramp-test28-shell-command): Use `accept-process-output' rather | ||
| 16 | than `sit-for'. | ||
| 17 | (tramp-test30-utf8): Set coding system `utf-8'. | ||
| 18 | |||
| 1 | 2014-02-17 Michael Albinus <michael.albinus@gmx.de> | 19 | 2014-02-17 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 20 | ||
| 3 | * automated/tramp-tests.el (tramp-test28-shell-command): Perform | 21 | * automated/tramp-tests.el (tramp-test28-shell-command): Perform |