projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a5ede0
)
; Fix test failure on CI
author
Dmitry Gutov
<dgutov@yandex.ru>
Thu, 1 Dec 2022 14:38:52 +0000
(16:38 +0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Thu, 1 Dec 2022 14:40:59 +0000
(16:40 +0200)
test/lisp/progmodes/project-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/progmodes/project-tests.el
b/test/lisp/progmodes/project-tests.el
index 55f3f499b3949f58f30e63563b10e0be104ac4f4..c3b886873d380d0467354152937f1d65169b6a12 100644
(file)
--- a/
test/lisp/progmodes/project-tests.el
+++ b/
test/lisp/progmodes/project-tests.el
@@
-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))))))