Skip to content

Commit bbcb640

Browse files
committed
fix: set LC_TIME when testing, since the test expects it to be English.
1 parent 6ca2f0a commit bbcb640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ done
4141

4242
# Run tests
4343
echo "Running tests with Neovim..."
44-
nvim -u NONE -U NONE -N -i NONE -l tests/init.lua "$@"
44+
LC_TIME=en_US.UTF-8 nvim -u NONE -U NONE -N -i NONE -l tests/init.lua "$@"

0 commit comments

Comments
 (0)