We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da9247 commit 1a9fb9cCopy full SHA for 1a9fb9c
lib/mix/test/test_helper.exs
@@ -126,7 +126,8 @@ end
126
## Copy fixtures to tmp
127
128
source = MixTest.Case.fixture_path("rebar_dep")
129
-dest = MixTest.Case.tmp_path
+dest = Path.join(MixTest.Case.tmp_path, "rebar_dep")
130
+File.mkdir_p!(dest)
131
File.cp_r!(source, dest)
132
133
## Generate git repo fixtures
0 commit comments