branch: elpa/with-simulated-input
commit 433ee087ce331cc803282efc55b4c8b833cc026b
Author: Nikita Bloshchanevich <[email protected]>
Commit: Nikita Bloshchanevich <[email protected]>
Test: handle `undercover' not being installed
---
tests/test-with-simulated-input.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/test-with-simulated-input.el
b/tests/test-with-simulated-input.el
index db1c465f5a..166fa76c57 100644
--- a/tests/test-with-simulated-input.el
+++ b/tests/test-with-simulated-input.el
@@ -1,7 +1,7 @@
;;; -*- lexical-binding: t -*-
-(require 'undercover)
-(undercover "with-simulated-input.el")
+(when (require 'undercover nil t)
+ (undercover "with-simulated-input.el"))
(require 'with-simulated-input)
(require 'cl-lib)