From 6985bd63bd717c288571939ea236a46adeca907d Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 17 Jul 2024 18:05:02 +0200 Subject: [PATCH] New Tramp tests * test/lisp/net/tramp-tests.el (tramp-test41-special-characters-direct-async) (tramp-test42-utf8-direct-async): New tests. (cherry picked from commit 8c7c4f4baaa1cb9f6d5d355c03dddc3dd1e0a747) --- 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 ece3fa17f54..93e6a3b56c5 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -7317,6 +7317,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)) @@ -7385,6 +7387,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)) -- 2.39.5