diff options
| author | Eli Zaretskii | 2025-04-05 07:07:29 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2025-04-05 07:07:29 -0400 |
| commit | 2054060d56573e9dadc53b69a5aa4063e4cebae6 (patch) | |
| tree | cd01e02394207215c4004b6170bc744a4755febd /test | |
| parent | d403be4811a3d541785f58a5ed75a9ccda3fb781 (diff) | |
| parent | ae7f65f3f9cbe03608c9920e7f2f82a5a82e62d6 (diff) | |
| download | emacs-2054060d56573e9dadc53b69a5aa4063e4cebae6.tar.gz emacs-2054060d56573e9dadc53b69a5aa4063e4cebae6.zip | |
Merge from origin/emacs-30
ae7f65f3f9c Fix obsolete documentation of desktop library
fd5f817882a Improve Tramp's initial warnings
1e865a2f288 Explain, how to suppress Tramp warnings
a0962074743 printed manuals: xrefs in and out of "Preparing Patches"
3f9ac99fc7e Fix Tramp's file-attributes cache
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 5c5b8c0b157..c13119fb920 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -4255,6 +4255,8 @@ This tests also `file-executable-p', `file-writable-p' and `set-file-modes'." | |||
| 4255 | (ignore-errors (delete-file tmp-name1)) | 4255 | (ignore-errors (delete-file tmp-name1)) |
| 4256 | (ignore-errors (delete-file tmp-name2))))))) | 4256 | (ignore-errors (delete-file tmp-name2))))))) |
| 4257 | 4257 | ||
| 4258 | (tramp--test-deftest-without-file-attributes tramp-test20-file-modes) | ||
| 4259 | |||
| 4258 | ;; Method "smb" could run into "NT_STATUS_REVISION_MISMATCH" error. | 4260 | ;; Method "smb" could run into "NT_STATUS_REVISION_MISMATCH" error. |
| 4259 | (defmacro tramp--test-ignore-add-name-to-file-error (&rest body) | 4261 | (defmacro tramp--test-ignore-add-name-to-file-error (&rest body) |
| 4260 | "Run BODY, ignoring \"error with add-name-to-file\" file error." | 4262 | "Run BODY, ignoring \"error with add-name-to-file\" file error." |
| @@ -4554,6 +4556,8 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." | |||
| 4554 | (should (string-equal (file-truename dir1) (expand-file-name dir1))) | 4556 | (should (string-equal (file-truename dir1) (expand-file-name dir1))) |
| 4555 | (should (string-equal (file-truename dir2) (expand-file-name dir2))))))) | 4557 | (should (string-equal (file-truename dir2) (expand-file-name dir2))))))) |
| 4556 | 4558 | ||
| 4559 | (tramp--test-deftest-without-file-attributes tramp-test21-file-links) | ||
| 4560 | |||
| 4557 | (ert-deftest tramp-test22-file-times () | 4561 | (ert-deftest tramp-test22-file-times () |
| 4558 | "Check `set-file-times' and `file-newer-than-file-p'." | 4562 | "Check `set-file-times' and `file-newer-than-file-p'." |
| 4559 | (skip-unless (tramp--test-enabled)) | 4563 | (skip-unless (tramp--test-enabled)) |