aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."