* test/lisp/net/tramp-tests.el (tramp-test03-file-name-host-rules):
Use proper error symbol.
This commit is contained in:
parent
d1c77129b0
commit
38f2b58271
1 changed files with 1 additions and 2 deletions
|
@ -1854,8 +1854,7 @@ handled properly. BODY shall not contain a timeout."
|
|||
"%s|%s:foo:"
|
||||
(substring (file-remote-p tramp-test-temporary-file-directory) 0 -1)
|
||||
m))
|
||||
:type
|
||||
(if (tramp-method-out-of-band-p vec 0) 'file-error 'user-error)))))
|
||||
:type 'user-error))))
|
||||
|
||||
(ert-deftest tramp-test03-file-name-method-rules ()
|
||||
"Check file name rules for some methods."
|
||||
|
|
Loading…
Add table
Reference in a new issue