We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109d1ce commit fe7ec9bCopy full SHA for fe7ec9b
tests/golden/check-git/check-git.bats
@@ -31,11 +31,9 @@ load '../helpers'
31
assert_output --partial "All repository links are valid."
32
33
# 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
+ assert_output --partial "Those files are not added by Git, so we're not scanning them:"
+ assert_output --partial "- git.md"
+ assert_output --partial "Please run \"git add\" before running xrefcheck or enable --include-untracked CLI option to check these files."
39
}
40
41
@test "Git: bad file not tracked, --include-untracked enabled, check failure" {
0 commit comments