Skip to content

Commit 541ec3b

Browse files
author
José Valim
committed
Update to Elixir master
1 parent fb99b0b commit 541ec3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mix/tasks_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ defmodule Mix.TasksTest do
5555
in_tmp "my_run_app", fn ->
5656
app_with_dynamo_deps_path
5757

58-
output = System.cmd %b{mix run "IO.inspect HelloRouter.__info__(:module)"}
58+
output = System.cmd %b{mix run -e "IO.inspect HelloRouter.__info__(:module)"}
5959
assert output =~ %r(HelloRouter)
6060

6161
# TODO: Get rid of this

0 commit comments

Comments
 (0)