diff options
| author | Michael Albinus | 2013-11-08 10:31:15 +0100 |
|---|---|---|
| committer | Michael Albinus | 2013-11-08 10:31:15 +0100 |
| commit | 1c49d6c2fec75f4e205c32df04d4672dd75bb58e (patch) | |
| tree | cd5ef788e0d1ac87c6730011daa4e9de8c90025d /test/ChangeLog | |
| parent | f358e6e5d3518dac27f2ace7544247877783305e (diff) | |
| download | emacs-1c49d6c2fec75f4e205c32df04d4672dd75bb58e.tar.gz emacs-1c49d6c2fec75f4e205c32df04d4672dd75bb58e.zip | |
* automated/file-notify-tests.el:
* automated/tramp-tests.el: Add `tramp-own-remote-path' to
`tramp-remote-path' when running on hydra.
(tramp-test07-file-exists-p): Remove instrumentation code.
(tramp-test26-process-file): Don't use "/bin/true" and
"/bin/false", these paths do not exist on hydra.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 317789f0747..95827d65cf6 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,7 +1,11 @@ | |||
| 1 | 2013-11-08 Michael Albinus <michael.albinus@gmx.de> | 1 | 2013-11-08 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 2 | ||
| 3 | * automated/file-notify-tests.el: | ||
| 3 | * automated/tramp-tests.el: Add `tramp-own-remote-path' to | 4 | * automated/tramp-tests.el: Add `tramp-own-remote-path' to |
| 4 | `tramp-remote-path'. | 5 | `tramp-remote-path' when running on hydra. |
| 6 | (tramp-test07-file-exists-p): Remove instrumentation code. | ||
| 7 | (tramp-test26-process-file): Don't use "/bin/true" and | ||
| 8 | "/bin/false", these paths do not exist on hydra. | ||
| 5 | 9 | ||
| 6 | 2013-11-08 Helmut Eller <eller.helmut@gmail.com> | 10 | 2013-11-08 Helmut Eller <eller.helmut@gmail.com> |
| 7 | 11 | ||