branch: master
commit cf7141c1677d3472fadd0d69a0f46395db875b89
Author: Dmitry Gutov <dgu...@yandex.ru>
Commit: Dmitry Gutov <dgu...@yandex.ru>

    Fix noninteractive runs
---
 test/async-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/async-tests.el b/test/async-tests.el
index 3964b80..277a91d 100644
--- a/test/async-tests.el
+++ b/test/async-tests.el
@@ -67,6 +67,7 @@
           company-transformers
           (company-backends (list 'company-async-backend))
           unread-command-events
+          noninteractive
           (start-time (current-time)))
       (company-idle-begin (current-buffer) (selected-window)
                           (buffer-chars-modified-tick) (point))
@@ -81,6 +82,7 @@
     (company-mode)
     (let (company-frontends
           (company-backends (list 'company-async-backend))
+          noninteractive
           (unread-command-events (list 'company-dummy-event)))
       (company-idle-begin (current-buffer) (selected-window)
                           (buffer-chars-modified-tick) (point))

Reply via email to