diff options
| author | Michael Albinus | 2024-11-17 11:37:10 +0100 |
|---|---|---|
| committer | Michael Albinus | 2024-11-17 11:37:10 +0100 |
| commit | b6181c9ec9f7dcbb1c5657537ccc52dc7a3bf6ac (patch) | |
| tree | 0fda5f62641d8a9363283e35194de97a331f72d9 /test | |
| parent | b6e78f7d8cc6ac6b2fdea0761879e0d65f493191 (diff) | |
| download | emacs-b6181c9ec9f7dcbb1c5657537ccc52dc7a3bf6ac.tar.gz emacs-b6181c9ec9f7dcbb1c5657537ccc52dc7a3bf6ac.zip | |
; Fix last change
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index a87cfd3b27c..59b4bbb7c6a 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -277,7 +277,7 @@ being the result.") | |||
| 277 | ;; trouble. | 277 | ;; trouble. |
| 278 | (string-match-p (rx bos (literal tramp-temp-name-prefix) | 278 | (string-match-p (rx bos (literal tramp-temp-name-prefix) |
| 279 | (| "rclone" "fuse") ".") | 279 | (| "rclone" "fuse") ".") |
| 280 | (file-name-nondirectory file)) | 280 | (file-name-nondirectory file))) |
| 281 | (tramp--test-message "Delete %s" file) | 281 | (tramp--test-message "Delete %s" file) |
| 282 | (if (file-directory-p file) | 282 | (if (file-directory-p file) |
| 283 | (delete-directory file 'recursive) | 283 | (delete-directory file 'recursive) |