Skip to content

Commit

Permalink
Force C locale while running tests (fixes awslabs#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed Jan 14, 2019
1 parent c11c229 commit 7a840e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ help:

# We use bats for testing: https://github.com/sstephenson/bats
test:
test/bats/bin/bats test/
LANG=C test/bats/bin/bats test/

# The man page is completely derived from README.rst. Edits to
# README.rst require a rebuild of the man page.
Expand Down

0 comments on commit 7a840e0

Please sign in to comment.