; Fix test failure on CI
This commit is contained in:
parent
0a5ede0149
commit
61311d6862
1 changed files with 2 additions and 2 deletions
|
@ -123,8 +123,8 @@ When `project-ignores' includes a name matching project dir."
|
||||||
(project-vc-extra-root-markers nil)
|
(project-vc-extra-root-markers nil)
|
||||||
(project (project-current nil dir)))
|
(project (project-current nil dir)))
|
||||||
(should-not (null project))
|
(should-not (null project))
|
||||||
(should (equal
|
(should (string-match-p
|
||||||
"test/lisp/progmodes/project-tests.el"
|
"\\`test/lisp/progmodes/project-tests\\.elc?"
|
||||||
(file-relative-name
|
(file-relative-name
|
||||||
project-tests--this-file
|
project-tests--this-file
|
||||||
(project-root project))))))
|
(project-root project))))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue