From ce00057cb91ba78596f06b674006b452666485a9 Mon Sep 17 00:00:00 2001 From: "F. Jason Park" Date: Thu, 30 Jun 2022 17:15:25 -0700 Subject: [PATCH] ; Help ERC test fixture better withstand reordering * test/lisp/erc/erc-tests.el (erc-tests--with-process-input-spy): Shadow hook to prevent the erc-button module from interfering with tests using this helper. --- test/lisp/erc/erc-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lisp/erc/erc-tests.el b/test/lisp/erc/erc-tests.el index 62bea8fb3f0..4971d0e194f 100644 --- a/test/lisp/erc/erc-tests.el +++ b/test/lisp/erc/erc-tests.el @@ -664,6 +664,7 @@ (erc-server-current-nick "tester") (erc-last-input-time 0) erc-accidental-paste-threshold-seconds + erc-send-modify-hook ;; calls) (cl-letf (((symbol-function 'erc-process-input-line) -- 2.39.5