Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setting LANG not enough. Also set LC_ALL for tests.
Browse files Browse the repository at this point in the history
mboes committed Aug 17, 2015
1 parent 9a3651e commit 631da90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions H/tests/tests.hs
Original file line number Diff line number Diff line change
@@ -73,5 +73,6 @@ main :: IO ()
main = do
-- Normalize internalization settings.
setEnv "LANG" "C"
setEnv "LC_ALL" "C"
_ <- R.initialize R.defaultConfig
defaultMain tests

0 comments on commit 631da90

Please sign in to comment.