Skip to content

Commit 21b135b

Browse files
committed
Revert "putenv"
This reverts commit 90c9eee.
1 parent 420fc18 commit 21b135b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/rabbit/test/amqp_system_SUITE.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ end_per_testcase(Testcase, Config) ->
9191
build_dotnet_test_project(Config) ->
9292
TestProjectDir = filename:join(
9393
[?config(data_dir, Config), "fsharp-tests"]),
94-
true = os:putenv("DOTNET_SYSTEM_GLOBALIZATION_INVARIANT", "1"),
9594
Ret = rabbit_ct_helpers:exec(["dotnet", "restore"],
9695
[{cd, TestProjectDir}]),
9796
case Ret of

0 commit comments

Comments
 (0)