emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 61311d6862: ; Fix test failure on CI


From: Dmitry Gutov
Subject: emacs-29 61311d6862: ; Fix test failure on CI
Date: Thu, 1 Dec 2022 09:41:12 -0500 (EST)

branch: emacs-29
commit 61311d68620094f6055c69f57f52bc9794498ba7
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    ; Fix test failure on CI
---
 test/lisp/progmodes/project-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/lisp/progmodes/project-tests.el 
b/test/lisp/progmodes/project-tests.el
index 55f3f499b3..c3b886873d 100644
--- 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))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]