[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 8c7c4f4baaa: New Tramp tests
From: |
Michael Albinus |
Subject: |
emacs-30 8c7c4f4baaa: New Tramp tests |
Date: |
Wed, 17 Jul 2024 12:05:19 -0400 (EDT) |
branch: emacs-30
commit 8c7c4f4baaa1cb9f6d5d355c03dddc3dd1e0a747
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>
New Tramp tests
* test/lisp/net/tramp-tests.el
(tramp-test41-special-characters-direct-async)
(tramp-test42-utf8-direct-async): New tests.
---
test/lisp/net/tramp-tests.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 8074bed7a47..786700c727e 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -7623,6 +7623,8 @@ This requires restrictions of file name syntax."
(tramp--test-deftest-without-file-attributes tramp-test41-special-characters)
+(tramp--test-deftest-direct-async-process tramp-test41-special-characters)
+
(ert-deftest tramp-test42-utf8 ()
"Check UTF8 encoding in file names and file contents."
(skip-unless (tramp--test-enabled))
@@ -7691,6 +7693,8 @@ This requires restrictions of file name syntax."
(tramp--test-deftest-without-file-attributes tramp-test42-utf8)
+(tramp--test-deftest-direct-async-process tramp-test42-utf8)
+
(ert-deftest tramp-test43-file-system-info ()
"Check that `file-system-info' returns proper values."
(skip-unless (tramp--test-enabled))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 8c7c4f4baaa: New Tramp tests,
Michael Albinus <=