Skip to content

Commit c53ccda

Browse files
vmcjmeisterT
andcommitted
Extend bats test for new debian versions
Debian testing started using different quotes in the generated configure scripts. Co-authored-by: Tobias Werth <[email protected]>
1 parent bdd6ea3 commit c53ccda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/jobs/configure-checks/all.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ repo-remove () {
6767
assert_line "checking for gcc... no"
6868
assert_line "checking for cc... no"
6969
assert_line "checking for cl.exe... no"
70-
assert_line "configure: error: in \`${test_path}':"
70+
assert_regex "configure: error: in .${test_path}':"
7171
assert_line 'configure: error: no acceptable C compiler found in $PATH'
72-
assert_line "See \`config.log' for more details"
72+
assert_regex "See [\`']config.log' for more details"
7373
}
7474

7575
compiler_assertions () {

0 commit comments

Comments
 (0)