New Tramp tests
* test/lisp/net/tramp-tests.el (tramp-test41-special-characters-direct-async) (tramp-test42-utf8-direct-async): New tests.
This commit is contained in:
parent
85d2d7982d
commit
8c7c4f4baa
1 changed files with 4 additions and 0 deletions
|
@ -7623,6 +7623,8 @@ This requires restrictions of file name syntax."
|
||||||
|
|
||||||
(tramp--test-deftest-without-file-attributes tramp-test41-special-characters)
|
(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 ()
|
(ert-deftest tramp-test42-utf8 ()
|
||||||
"Check UTF8 encoding in file names and file contents."
|
"Check UTF8 encoding in file names and file contents."
|
||||||
(skip-unless (tramp--test-enabled))
|
(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-without-file-attributes tramp-test42-utf8)
|
||||||
|
|
||||||
|
(tramp--test-deftest-direct-async-process tramp-test42-utf8)
|
||||||
|
|
||||||
(ert-deftest tramp-test43-file-system-info ()
|
(ert-deftest tramp-test43-file-system-info ()
|
||||||
"Check that `file-system-info' returns proper values."
|
"Check that `file-system-info' returns proper values."
|
||||||
(skip-unless (tramp--test-enabled))
|
(skip-unless (tramp--test-enabled))
|
||||||
|
|
Loading…
Add table
Reference in a new issue