projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39f723b
)
; Fix docstring in Tramp
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 2 Feb 2020 10:26:09 +0000
(11:26 +0100)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index 89ab493c062c536afcc57007769e31439a08b6da..08f5c60e3299d3012f518e1d8911ba968cf91f3d 100644
(file)
--- 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)))