emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 741c02d: ; Further tramp-tests instrumentation


From: Michael Albinus
Subject: [Emacs-diffs] master 741c02d: ; Further tramp-tests instrumentation
Date: Wed, 23 Jan 2019 02:53:34 -0500 (EST)

branch: master
commit 741c02d59407a9da2a1b28a69abe83b70f37b914
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; Further tramp-tests instrumentation
---
 test/lisp/net/tramp-tests.el | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 7612fcd..9deb794 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -2278,10 +2278,10 @@ This checks also `file-name-as-directory', 
`file-name-directory',
                (with-temp-buffer
                  (insert-file-contents target)
                  (should (string-equal (buffer-string) "foo")))
-               (when (tramp--test-expensive-test)
-                 (should-error
-                  (copy-file source target)
-                  :type 'file-already-exists))
+               ;; (when (tramp--test-expensive-test)
+               ;;   (should-error
+               ;;    (copy-file source target)
+               ;;    :type 'file-already-exists))
                (copy-file source target 'ok))
 
            ;; Cleanup.
@@ -2297,11 +2297,11 @@ This checks also `file-name-as-directory', 
`file-name-directory',
                (should (file-exists-p source))
                (make-directory target)
                (should (file-directory-p target))
-               ;; This has been changed in Emacs 26.1.
-               (when (and (tramp--test-expensive-test) (tramp--test-emacs26-p))
-                 (should-error
-                  (copy-file source target)
-                  :type 'file-already-exists))
+               ;; ;; This has been changed in Emacs 26.1.
+               ;; (when (and (tramp--test-expensive-test) 
(tramp--test-emacs26-p))
+               ;;   (should-error
+               ;;    (copy-file source target)
+               ;;    :type 'file-already-exists))
                (copy-file source (file-name-as-directory target))
                (should
                 (file-exists-p



reply via email to

[Prev in Thread] Current Thread [Next in Thread]