From: Lars Ingebrigtsen Date: Mon, 26 Oct 2020 20:23:50 +0000 (+0100) Subject: Fix time-test error on machines with mail X-Git-Tag: emacs-28.0.90~5415 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb57ae084450cd33d6ad1fdb2b7a6a81975b869e;p=emacs.git Fix time-test error on machines with mail * test/lisp/time-tests.el (time-tests-display-time-update): There may be mail on the machine (bug#44241). --- diff --git a/test/lisp/time-tests.el b/test/lisp/time-tests.el index 1a62450cb3a..2d327b959cc 100644 --- a/test/lisp/time-tests.el +++ b/test/lisp/time-tests.el @@ -49,6 +49,7 @@ (? digit) digit ":" digit digit (? (| "AM" "PM")) " " (+ (| digit ".")) + (? " Mail") string-end) display-time-string))))