unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#33734: em-ls-test-bug27844 fails if subr.el has old timestamp
@ 2018-12-14  2:00 Glenn Morris
  0 siblings, 0 replies; only message in thread
From: Glenn Morris @ 2018-12-14  2:00 UTC (permalink / raw)
  To: 33734

Package: emacs
Version: 27.0.50
Severity: minor

cd test
make lisp/eshell/em-ls-tests # passes
touch -d 20150101 ../lisp/subr.el
make lisp/eshell/em-ls-tests
 -> em-ls-test-bug27844 fails

This is because point ends up before the timestamp, not the file.
Eg on hydra.nixos.org https://hydra.nixos.org/build/85857843 :

-rw-r--r--   1 nixbld         nixbld     223156 1970-01-01  1970 subr.el

point is before "1970" not before "subr.el".





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-14  2:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-14  2:00 bug#33734: em-ls-test-bug27844 fails if subr.el has old timestamp Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).