branch: externals/compat commit cccd61fea2f7201e184d76439c62019e2a8d1a30 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Remove ert-quiet Old ert versions don't support this --- compat-tests.el | 1 - 1 file changed, 1 deletion(-) diff --git a/compat-tests.el b/compat-tests.el index 00236a0770..e70347586f 100644 --- a/compat-tests.el +++ b/compat-tests.el @@ -41,7 +41,6 @@ (require 'subr-x) (require 'time-date) (require 'text-property-search nil t) -(setq ert-quiet t) (defmacro should-equal (a b) `(should (equal ,a ,b)))