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.4+1-4+rpi1~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7b6aedd009a08f5db2f70ab54db418a66d4674a9;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 1111344387b..652567a7b59 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))))))