diff options
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 0d37d0763f7..dd6b9edd000 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -3479,7 +3479,9 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." | |||
| 3479 | (setq tmp-name3 (concat (file-remote-p tmp-name3) tmp-name2))))) | 3479 | (setq tmp-name3 (concat (file-remote-p tmp-name3) tmp-name2))))) |
| 3480 | 3480 | ||
| 3481 | ;; Cleanup. | 3481 | ;; Cleanup. |
| 3482 | (ignore-errors (delete-directory tmp-name1 'recursive))) | 3482 | (ignore-errors |
| 3483 | (delete-file tmp-name3) | ||
| 3484 | (delete-directory tmp-name1 'recursive))) | ||
| 3483 | 3485 | ||
| 3484 | ;; Detect cyclic symbolic links. | 3486 | ;; Detect cyclic symbolic links. |
| 3485 | (unwind-protect | 3487 | (unwind-protect |