Skip to content

Commit 73b64cb

Browse files
author
José Valim
committed
Make test that relies on shared dir sync
1 parent 0e3c06b commit 73b64cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/mix/test/mix/local_test.exs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Code.require_file "../test_helper.exs", __DIR__
22

33
defmodule Mix.LocalTest do
4-
use MixTest.Case, async: true
4+
use MixTest.Case
55

66
# openssl rsa -in elixirest.pem -pubout > elixirest.pub
77
@public_key """
@@ -69,7 +69,8 @@ defmodule Mix.LocalTest do
6969
setup_all do
7070
File.mkdir_p!(Mix.PublicKey.public_keys_path)
7171

72-
Path.join(Mix.PublicKey.public_keys_path, "test_key.pub")
72+
Mix.PublicKey.public_keys_path
73+
|> Path.join("test_key.pub")
7374
|> File.write!(@public_key)
7475
end
7576

0 commit comments

Comments
 (0)