]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix test failure on CI
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 1 Dec 2022 14:38:52 +0000 (16:38 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 1 Dec 2022 14:40:59 +0000 (16:40 +0200)
test/lisp/progmodes/project-tests.el

index 55f3f499b3949f58f30e63563b10e0be104ac4f4..c3b886873d380d0467354152937f1d65169b6a12 100644 (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))))))