mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* test/lisp/net/tramp-tests.el (tramp-test31-signal-process): Extend.
This commit is contained in:
parent
3cbe263b08
commit
eec1142acd
1 changed files with 6 additions and 0 deletions
|
|
@ -5684,6 +5684,12 @@ If UNSTABLE is non-nil, the test is tagged as `:unstable'."
|
|||
(delete-exited-processes t)
|
||||
kill-buffer-query-functions command proc)
|
||||
|
||||
;; If PROCESS is a string, it must be a process name or a process
|
||||
;; number. Check error handling.
|
||||
(should-error
|
||||
(signal-process (md5 (current-time-string)) 0)
|
||||
:type 'wrong-type-argument)
|
||||
|
||||
;; The PROCESS argument of `signal-process' can be a string. Test
|
||||
;; this as well.
|
||||
(dolist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue