emacs-diffs
[Top][All Lists]
Advanced

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

master 45fd45a: ; Fix docstring in Tramp


From: Michael Albinus
Subject: master 45fd45a: ; Fix docstring in Tramp
Date: Sun, 2 Feb 2020 05:26:18 -0500 (EST)

branch: master
commit 45fd45a28309a75f46c686e1b5dbeff00b684cc1
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; Fix docstring in Tramp
    
    * test/lisp/net/tramp-tests.el
    (tramp-test32-shell-command-dont-erase-buffer): Fix docstring.
---
 test/lisp/net/tramp-tests.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 89ab493..08f5c60 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -4547,8 +4547,9 @@ INPUT, if non-nil, is a string sent to the process."
       (when (natnump cols)
        (should (= cols async-shell-command-width))))))
 
+;; This test is inspired by Bug#39067.
 (ert-deftest tramp-test32-shell-command-dont-erase-buffer ()
-  "Check `shell-command'."
+  "Check `shell-command-dont-erase-buffer'."
   :tags '(:expensive-test)
   (skip-unless (tramp--test-enabled))
   (skip-unless (or (tramp--test-adb-p) (tramp--test-sh-p)))



reply via email to

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