Skip to content

Commit aa12331

Browse files
committed
Setting LANG not enough. Also set LC_ALL for tests.
1 parent 5917d92 commit aa12331

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

H/tests/tests.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@ main :: IO ()
7373
main = do
7474
-- Normalize internalization settings.
7575
setEnv "LANG" "C"
76+
setEnv "LC_ALL" "C"
7677
_ <- R.initialize R.defaultConfig
7778
defaultMain tests

0 commit comments

Comments
 (0)