* test/lisp/net/tramp-tests.el (tramp-test03-file-name-host-rules):

Use proper error symbol.
This commit is contained in:
Michael Albinus 2018-12-09 17:09:53 +01:00
parent d1c77129b0
commit 38f2b58271

View file

@ -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."