]> git.eshelyaron.com Git - emacs.git/commit
Fix unstable proced test
authorLaurence Warne <laurencewarne@gmail.com>
Sun, 21 May 2023 17:59:43 +0000 (18:59 +0100)
committerMattias EngdegÄrd <mattiase@acm.org>
Sun, 28 May 2023 11:35:25 +0000 (13:35 +0200)
commite6299d2783f9aef4b0b9105650e06166ea5ed2d6
tree48718eca23e8a63c6f5cd5b59b6660122c3dc18a
parent4289044ccf5a07862234903f09d6eb46ac08a925
Fix unstable proced test

Fix unstable proced test by omitting the revert parameter in
'proced-update'.  This was caused by the process being refined on
exiting between the initial 'proced' call and the successive
'proced-update' call.  This resulted in proced skipping the refinement
in 'proced-update', causing all processes to be shown again and the
test to fail.

* test/lisp/proced-tests.el (proced-refine-with-update-test): Do not
use revert parameter when calling 'proced-update'.
test/lisp/proced-tests.el