Skip to content

Commit

Permalink
Merge pull request awslabs#100 from fmarier/issue99
Browse files Browse the repository at this point in the history
Force C locale while running tests (fixes awslabs#99)
  • Loading branch information
mtdowling authored Feb 10, 2019
2 parents c11c229 + 7a840e0 commit e9b71e6
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 e9b71e6

Please sign in to comment.