mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
* test/lisp/net/tramp-tests.el (tramp-test21-file-links): Extend test.
This commit is contained in:
parent
4a297f4398
commit
5003f5e6e4
1 changed files with 1 additions and 0 deletions
|
|
@ -4473,6 +4473,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
|
|||
;; Check, that files in symlinked directories still work.
|
||||
(make-symbolic-link tmp-name4 tmp-name6)
|
||||
(should (file-symlink-p tmp-name6))
|
||||
(should (file-directory-p tmp-name6))
|
||||
(should-not (file-regular-p tmp-name6))
|
||||
(write-region "foo" nil (expand-file-name "foo" tmp-name6))
|
||||
(delete-file (expand-file-name "foo" tmp-name6))
|
||||
|
|
|
|||
Loading…
Reference in a new issue