aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2020-02-02 11:26:09 +0100
committerMichael Albinus2020-02-02 11:26:09 +0100
commit45fd45a28309a75f46c686e1b5dbeff00b684cc1 (patch)
tree7965f03d63ac522e3ead84fd0488177cd92c343c
parent39f723b29330de9e0997a4074b1be10431d10f3c (diff)
downloademacs-45fd45a28309a75f46c686e1b5dbeff00b684cc1.tar.gz
emacs-45fd45a28309a75f46c686e1b5dbeff00b684cc1.zip
; Fix docstring in Tramp
* test/lisp/net/tramp-tests.el (tramp-test32-shell-command-dont-erase-buffer): Fix docstring.
-rw-r--r--test/lisp/net/tramp-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 89ab493c062..08f5c60e329 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."
4547 (when (natnump cols) 4547 (when (natnump cols)
4548 (should (= cols async-shell-command-width)))))) 4548 (should (= cols async-shell-command-width))))))
4549 4549
4550;; This test is inspired by Bug#39067.
4550(ert-deftest tramp-test32-shell-command-dont-erase-buffer () 4551(ert-deftest tramp-test32-shell-command-dont-erase-buffer ()
4551 "Check `shell-command'." 4552 "Check `shell-command-dont-erase-buffer'."
4552 :tags '(:expensive-test) 4553 :tags '(:expensive-test)
4553 (skip-unless (tramp--test-enabled)) 4554 (skip-unless (tramp--test-enabled))
4554 (skip-unless (or (tramp--test-adb-p) (tramp--test-sh-p))) 4555 (skip-unless (or (tramp--test-adb-p) (tramp--test-sh-p)))