* test/lisp/net/tramp-tests.el (tramp-test21-file-links): More cleanup.
This commit is contained in:
parent
172b99a43a
commit
2de46be662
1 changed files with 3 additions and 1 deletions
|
@ -3479,7 +3479,9 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
|
|||
(setq tmp-name3 (concat (file-remote-p tmp-name3) tmp-name2)))))
|
||||
|
||||
;; Cleanup.
|
||||
(ignore-errors (delete-directory tmp-name1 'recursive)))
|
||||
(ignore-errors
|
||||
(delete-file tmp-name3)
|
||||
(delete-directory tmp-name1 'recursive)))
|
||||
|
||||
;; Detect cyclic symbolic links.
|
||||
(unwind-protect
|
||||
|
|
Loading…
Add table
Reference in a new issue