]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/net/tramp-tests.el (tramp-test03-file-name-host-rules):
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 9 Dec 2018 16:09:53 +0000 (17:09 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 9 Dec 2018 16:09:53 +0000 (17:09 +0100)
Use proper error symbol.

test/lisp/net/tramp-tests.el

index 1fcecb85ebe92787b2437ea0df185759302edba8..d68804a1c4e04776abaca14242b048c2e7a99b71 100644 (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."