From: Colin Vidal Date: Fri, 28 Mar 2025 14:51:59 +0000 (+0000) Subject: fix: test: fix out-of-tree mem_test X-Git-Tag: v9.21.7~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f090709ec3f4a9f5a4c8f97334a21c6f938d9654;p=thirdparty%2Fbind9.git fix: test: fix out-of-tree mem_test Previously changed mem_test (!10320) introduces a test which checks for the value of `__FILE__`, which is different if the build is done out-of-tree or not, even though this is not relevant for the test (only the base filename is). This result in a broken test for out-of-tree builds. Fix this by changing the way the "grep" is done in the test, ignoring the optional path prefix in the filename. Merge branch 'colin-fix-outoftree-memtest' into 'main' See merge request isc-projects/bind9!10343 --- f090709ec3f4a9f5a4c8f97334a21c6f938d9654