Patch project-vc-recognizes-git test for Debian build
authorSean Whitton <spwhitton@spwhitton.name>
Mon, 31 Jul 2023 08:26:48 +0000 (09:26 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 23 Jun 2024 22:22:49 +0000 (17:22 -0500)
test/lisp/progmodes/project-tests.el

index 1111344387b7ef4c4466b5686a20bfc4d2762332..652567a7b59b766b6168095d70bd45734538ab84 100644 (file)
@@ -124,7 +124,7 @@ When `project-ignores' includes a name matching project dir."
          (project (project-current nil dir)))
     (should-not (null project))
     (should (string-match-p
-             "\\`test/lisp/progmodes/project-tests\\.elc?"
+             "\\`debian/build-[a-z]+/test/lisp/progmodes/project-tests\\.elc?"
              (file-relative-name
               project-tests--this-file
               (project-root project))))))