; Fix test failure on CI

This commit is contained in:
Dmitry Gutov 2022-12-01 16:38:52 +02:00
parent 0a5ede0149
commit 61311d6862

View file

@ -123,8 +123,8 @@ When `project-ignores' includes a name matching project dir."
(project-vc-extra-root-markers nil)
(project (project-current nil dir)))
(should-not (null project))
(should (equal
"test/lisp/progmodes/project-tests.el"
(should (string-match-p
"\\`test/lisp/progmodes/project-tests\\.elc?"
(file-relative-name
project-tests--this-file
(project-root project))))))