projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1c7712
)
* test/lisp/net/tramp-tests.el (tramp-test03-file-name-host-rules):
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 9 Dec 2018 16:09:53 +0000
(17:09 +0100)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index 1fcecb85ebe92787b2437ea0df185759302edba8..d68804a1c4e04776abaca14242b048c2e7a99b71 100644
(file)
--- 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."