bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#33734: em-ls-test-bug27844 fails if subr.el has old timestamp


From: Glenn Morris
Subject: bug#33734: em-ls-test-bug27844 fails if subr.el has old timestamp
Date: Thu, 13 Dec 2018 21:00:01 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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".





reply via email to

[Prev in Thread] Current Thread [Next in Thread]