]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: make silent-custom regex a little more robust
authorMike Frysinger <vapier@gentoo.org>
Thu, 24 Feb 2022 05:52:08 +0000 (00:52 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 24 Feb 2022 05:52:08 +0000 (00:52 -0500)
commita61eaf68cf868e1874de168b1de5f2efcbb3cfb4
tree80b90fcf8d087d7adfb62eb9e3a8e1c636b20e4b
parentbde43d0481ff540418271ac37012a574a4fcf097
tests: make silent-custom regex a little more robust

Fixes automake bug https://bugs.gnu.org/32800.

Have the regex match the entire path with word boundaries on both
sides.  This should reduce false positives when the full cwd happens
to match parent directories.

* t/silent-custom.sh: Update the header output regex.
t/silent-custom.sh