Skip to content

Commit

Permalink
Revert "putenv"
Browse files Browse the repository at this point in the history
This reverts commit 90c9eee.
  • Loading branch information
ansd committed Oct 16, 2024
1 parent 420fc18 commit 21b135b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/rabbit/test/amqp_system_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ end_per_testcase(Testcase, Config) ->
build_dotnet_test_project(Config) ->
TestProjectDir = filename:join(
[?config(data_dir, Config), "fsharp-tests"]),
true = os:putenv("DOTNET_SYSTEM_GLOBALIZATION_INVARIANT", "1"),
Ret = rabbit_ct_helpers:exec(["dotnet", "restore"],
[{cd, TestProjectDir}]),
case Ret of
Expand Down

0 comments on commit 21b135b

Please sign in to comment.