Skip to content

Commit fe7ec9b

Browse files
committed
fixup! [#164] Add workflow for running Windows tests on CI
1 parent 109d1ce commit fe7ec9b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/golden/check-git/check-git.bats

+3-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ load '../helpers'
3131
assert_output --partial "All repository links are valid."
3232

3333
# this is printed to stderr
34-
assert_output --partial - <<EOF
35-
Those files are not added by Git, so we're not scanning them:
36-
- git.md
37-
Please run "git add" before running xrefcheck or enable --include-untracked CLI option to check these files.
38-
EOF
34+
assert_output --partial "Those files are not added by Git, so we're not scanning them:"
35+
assert_output --partial "- git.md"
36+
assert_output --partial "Please run \"git add\" before running xrefcheck or enable --include-untracked CLI option to check these files."
3937
}
4038

4139
@test "Git: bad file not tracked, --include-untracked enabled, check failure" {

0 commit comments

Comments
 (0)