]> git.eshelyaron.com Git - emacs.git/commit
Fix file-name problems in several tests
authorEli Zaretskii <eliz@gnu.org>
Fri, 16 Oct 2020 13:49:47 +0000 (16:49 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 16 Oct 2020 13:49:47 +0000 (16:49 +0300)
commit0b0297ad6060884d70c6a23026ac87fb319529ef
tree5951f813bdf2e95db6aa8637339c3ccdd47abf41
parent9056e6392a7619332f5c191bf386164f4a093420
Fix file-name problems in several tests

* test/lisp/saveplace-tests.el
(saveplace-test-forget-unreadable-files):  Use file-truename, to
avoid false negatives when file names are not 'equal' as strings,
but point to the same file.
* test/lisp/emacs-lisp/edebug-tests.el (edebug-tests-with-normal-env)
(edebug-tests-run-macro):
* test/lisp/emacs-lisp/testcover-tests.el
(testcover-tests-markup-region, testcover-tests-run-test-case):
Bind find-file-suppress-same-file-warnings to  a non-nil value, to
avoid warnings about "same-file-names", at least on MS-Windows,
due to 8+3 aliases.
test/lisp/emacs-lisp/edebug-tests.el
test/lisp/emacs-lisp/testcover-tests.el
test/lisp/saveplace-tests.el