From f95d45ff4a0aeb6931caf9ac31a30b513c8cde8c Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Sun, 25 Aug 2024 16:58:12 +0200 Subject: [PATCH] Extend bats test for new debian versions Debian testing started using different quotes in the generated configure scripts. Co-authored-by: Tobias Werth (cherry picked from commit c53ccda2c6ddb95b94d0b48ba14ce605bb38fa74) --- .github/jobs/configure-checks/all.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/jobs/configure-checks/all.bats b/.github/jobs/configure-checks/all.bats index 8f82797f8a..0b422e1067 100755 --- a/.github/jobs/configure-checks/all.bats +++ b/.github/jobs/configure-checks/all.bats @@ -67,9 +67,9 @@ repo-remove () { assert_line "checking for gcc... no" assert_line "checking for cc... no" assert_line "checking for cl.exe... no" - assert_line "configure: error: in \`${test_path}':" + assert_regex "configure: error: in .${test_path}':" assert_line 'configure: error: no acceptable C compiler found in $PATH' - assert_line "See \`config.log' for more details" + assert_regex "See [\`']config.log' for more details" } compiler_assertions () {