From: Michael Albinus Date: Thu, 16 Jun 2022 17:29:55 +0000 (+0200) Subject: Fix Tramp test X-Git-Tag: emacs-29.0.90~1447^2~1700 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd9b920217e039e9999d9019c60cf7b0db6c2bca;p=emacs.git Fix Tramp test * test/lisp/net/tramp-tests.el (tramp-test03-file-name-method-rules): Remove superfluous checks. --- diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 87c8eb0ada3..63fd96cae80 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -2016,17 +2016,7 @@ Also see `ignore'." :type 'user-error) (should-error (expand-file-name "/method:user1@host1|ssh:user2@host2:/path/to/file") - :type 'user-error)) - - ;; Samba does not support file names with periods followed by - ;; spaces, and trailing periods or spaces. - (when (tramp--test-smb-p) - (dolist (file '("foo." "foo. bar" "foo ")) - (should-error - (tramp-smb-get-localname - (tramp-dissect-file-name - (expand-file-name file ert-remote-temporary-file-directory))) - :type 'file-error)))) + :type 'user-error))) (ert-deftest tramp-test04-substitute-in-file-name () "Check `substitute-in-file-name'."