]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix docstring in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 2 Feb 2020 10:26:09 +0000 (11:26 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 2 Feb 2020 10:26:09 +0000 (11:26 +0100)
* test/lisp/net/tramp-tests.el
(tramp-test32-shell-command-dont-erase-buffer): Fix docstring.

test/lisp/net/tramp-tests.el

index 89ab493c062c536afcc57007769e31439a08b6da..08f5c60e3299d3012f518e1d8911ba968cf91f3d 100644 (file)
@@ -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)))