]> git.eshelyaron.com Git - emacs.git/commit
Fix two tests
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Jan 2021 18:15:17 +0000 (20:15 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Jan 2021 18:15:17 +0000 (20:15 +0200)
commit0057294b2ad6cdd2802e1b290a190fa42e723fb8
tree68d28807fa6070891a14aa12c6ea22843922fe94
parent57ae3f29af160d08a3a3568a7d969adecd25bcb7
Fix two tests

* test/lisp/progmodes/elisp-mode-tests.el (xref-elisp-test-run):
Make sure file names can be compared as strings, by running them
through 'file-truename'.  Reported by Vin Shelton
<acs@alumni.princeton.edu>.
* test/lisp/emacs-lisp/bytecomp-tests.el ("warn-obsolete-hook.el")
("warn-obsolete-variable.el"): Use [^z-a] to match a newline as
well.  Reported by Vin Shelton <acs@alumni.princeton.edu>.
test/lisp/emacs-lisp/bytecomp-tests.el
test/lisp/progmodes/elisp-mode-tests.el