From 5003f5e6e48bc4a2050b74f85ed19b366237b427 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 6 Apr 2026 10:57:35 +0200 Subject: [PATCH] * test/lisp/net/tramp-tests.el (tramp-test21-file-links): Extend test. --- test/lisp/net/tramp-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 3972e5faa45..90dc17a0753 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -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))