aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2018-12-09 17:09:53 +0100
committerMichael Albinus2018-12-09 17:09:53 +0100
commit38f2b582711041ea75b8e486f5bf286542207f27 (patch)
tree0d9734e21debe99ee36f2dfadd074cd298e95bc8
parentd1c77129b067a97d854196527f6ec68e4138ae9f (diff)
downloademacs-38f2b582711041ea75b8e486f5bf286542207f27.tar.gz
emacs-38f2b582711041ea75b8e486f5bf286542207f27.zip
* test/lisp/net/tramp-tests.el (tramp-test03-file-name-host-rules):
Use proper error symbol.
-rw-r--r--test/lisp/net/tramp-tests.el3
1 files changed, 1 insertions, 2 deletions
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."
1854 "%s|%s:foo:" 1854 "%s|%s:foo:"
1855 (substring (file-remote-p tramp-test-temporary-file-directory) 0 -1) 1855 (substring (file-remote-p tramp-test-temporary-file-directory) 0 -1)
1856 m)) 1856 m))
1857 :type 1857 :type 'user-error))))
1858 (if (tramp-method-out-of-band-p vec 0) 'file-error 'user-error)))))
1859 1858
1860(ert-deftest tramp-test03-file-name-method-rules () 1859(ert-deftest tramp-test03-file-name-method-rules ()
1861 "Check file name rules for some methods." 1860 "Check file name rules for some methods."