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~1^2~10^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=203201f1f29e74ba00a27f1b16cfb2d12d32468c;p=emacs.git Patch project-vc-recognizes-git test for Debian build --- 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))))))