From 45fd45a28309a75f46c686e1b5dbeff00b684cc1 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 2 Feb 2020 11:26:09 +0100 Subject: [PATCH] ; 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 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." (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))) -- 2.39.5