projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f314ac2
)
Fix time-test error on machines with mail
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 26 Oct 2020 20:23:50 +0000
(21:23 +0100)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/test/lisp/time-tests.el
b/test/lisp/time-tests.el
index 1a62450cb3af3478996986e7a3ee5eb6f1c567e3..2d327b959ccaf278a1132ad519cb3a1a73e8afa6 100644
(file)
--- 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))))