Skip to content

Commit

Permalink
Set LC_ALL instead of LANG
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
  • Loading branch information
rgrinberg committed Feb 1, 2019
1 parent 757f174 commit 67ae483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blackbox-tests/cram.mll
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ and postprocess_ext tbl b = parse
exit 0;
end;
let env =
Env.add Env.initial ~var:"LANG" ~value:"C"
Env.add Env.initial ~var:"LC_ALL" ~value:"C"
|> Env.to_unix
in
Test_common.run_expect_test expect_test ~f:(fun file_contents lexbuf ->
Expand Down

0 comments on commit 67ae483

Please sign in to comment.