From: Sean Whitton Date: Mon, 31 Jul 2023 08:26:48 +0000 (+0100) Subject: Patch project-vc-recognizes-git test for Debian build X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b844e5a93a4fc8a7e2f5f39109c54957e756ffd2;p=emacs.git Patch project-vc-recognizes-git test for Debian build Gbp-Pq: Name 0014-Patch-project-vc-recognizes-git-test-for-Debian-buil.patch --- diff --git a/test/lisp/progmodes/project-tests.el b/test/lisp/progmodes/project-tests.el index 5a206b67db1..7593fb232e1 100644 --- a/test/lisp/progmodes/project-tests.el +++ b/test/lisp/progmodes/project-tests.el @@ -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))))))