From: Michael Albinus Date: Sun, 9 Dec 2018 16:09:53 +0000 (+0100) Subject: * test/lisp/net/tramp-tests.el (tramp-test03-file-name-host-rules): X-Git-Tag: emacs-27.0.90~4014 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38f2b582711041ea75b8e486f5bf286542207f27;p=emacs.git * test/lisp/net/tramp-tests.el (tramp-test03-file-name-host-rules): Use proper error symbol. --- diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 1fcecb85ebe..d68804a1c4e 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -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."