Fix Tramp test
* test/lisp/net/tramp-tests.el (tramp-test03-file-name-method-rules): Remove superfluous checks.
This commit is contained in:
parent
d934363ca1
commit
cd9b920217
1 changed files with 1 additions and 11 deletions
|
@ -2016,17 +2016,7 @@ Also see `ignore'."
|
|||
:type 'user-error)
|
||||
(should-error
|
||||
(expand-file-name "/method:user1@host1|ssh:user2@host2:/path/to/file")
|
||||
:type 'user-error))
|
||||
|
||||
;; Samba does not support file names with periods followed by
|
||||
;; spaces, and trailing periods or spaces.
|
||||
(when (tramp--test-smb-p)
|
||||
(dolist (file '("foo." "foo. bar" "foo "))
|
||||
(should-error
|
||||
(tramp-smb-get-localname
|
||||
(tramp-dissect-file-name
|
||||
(expand-file-name file ert-remote-temporary-file-directory)))
|
||||
:type 'file-error))))
|
||||
:type 'user-error)))
|
||||
|
||||
(ert-deftest tramp-test04-substitute-in-file-name ()
|
||||
"Check `substitute-in-file-name'."
|
||||
|
|
Loading…
Add table
Reference in a new issue