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 030e0c7 commit 2490cc8Copy full SHA for 2490cc8
lib/elixir/test/elixir/file_test.exs
@@ -1887,7 +1887,7 @@ defmodule FileTest do
1887
1888
test "invalid_cd!" do
1889
message =
1890
- ~r"\Acould not set current working directory to #{inspect(fixture_path("file.txt"))}: (not a directory|no such file or directory)"
+ ~r"\Acould not set current working directory to #{inspect(fixture_path("file.txt"))}: (not a directory|no such file or directory|I/O error)"
1891
1892
assert_raise File.Error, message, fn ->
1893
File.cd!(fixture_path("file.txt"))
0 commit comments