[#211] Specify language in a golden test

Problem: We have a Golden test that expects an output in English
and fails if a different language is configured.

Solution: Configure explicitly the language before running the
corresponding test.
This commit is contained in:
Adrián Enríquez 2022-12-13 10:20:59 +01:00
parent e8d79e7f14
commit 7457a6b109
No known key found for this signature in database
GPG Key ID: 1D2A049F5866F977

View File

@ -12,6 +12,7 @@ load '../helpers'
@test "Git: not a repo" {
cd $TEST_TEMP_DIR
export LANG=en_US
run xrefcheck
assert_output --partial "fatal: not a git repository"