diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/automated/tramp-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el index 25cd0c6a96d..02473f4c63f 100644 --- a/test/automated/tramp-tests.el +++ b/test/automated/tramp-tests.el | |||
| @@ -869,7 +869,7 @@ This tests also `file-readable-p' and `file-regular-p'." | |||
| 869 | (skip-unless (tramp--test-enabled)) | 869 | (skip-unless (tramp--test-enabled)) |
| 870 | 870 | ||
| 871 | ;; `directory-files-and-attributes' contains also values for "../". | 871 | ;; `directory-files-and-attributes' contains also values for "../". |
| 872 | ;; We must nesure, that this doesn't change during tests, for | 872 | ;; Ensure that this doesn't change during tests, for |
| 873 | ;; example due to handling temporary files. | 873 | ;; example due to handling temporary files. |
| 874 | (let* ((tmp-name1 (tramp--test-make-temp-name)) | 874 | (let* ((tmp-name1 (tramp--test-make-temp-name)) |
| 875 | (tmp-name2 (expand-file-name "bla" tmp-name1)) | 875 | (tmp-name2 (expand-file-name "bla" tmp-name1)) |