]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix time-test error on machines with mail
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 26 Oct 2020 20:23:50 +0000 (21:23 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 26 Oct 2020 20:23:55 +0000 (21:23 +0100)
* test/lisp/time-tests.el (time-tests-display-time-update): There
may be mail on the machine (bug#44241).

test/lisp/time-tests.el

index 1a62450cb3af3478996986e7a3ee5eb6f1c567e3..2d327b959ccaf278a1132ad519cb3a1a73e8afa6 100644 (file)
@@ -49,6 +49,7 @@
                               (? digit) digit ":" digit digit
                               (? (| "AM" "PM"))
                               " " (+ (| digit "."))
+                              (? " Mail")
                               string-end)
                           display-time-string))))