Skip to content

Commit 67ae483

Browse files
committed
Set LC_ALL instead of LANG
Signed-off-by: Rudi Grinberg <[email protected]>
1 parent 757f174 commit 67ae483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/blackbox-tests/cram.mll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ and postprocess_ext tbl b = parse
155155
exit 0;
156156
end;
157157
let env =
158-
Env.add Env.initial ~var:"LANG" ~value:"C"
158+
Env.add Env.initial ~var:"LC_ALL" ~value:"C"
159159
|> Env.to_unix
160160
in
161161
Test_common.run_expect_test expect_test ~f:(fun file_contents lexbuf ->

0 commit comments

Comments
 (0)