Skip to content

Commit

Permalink
disable problematic rmdir to fix AV build (#26255)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Feb 28, 2018
1 parent d0e3087 commit 057cfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/distributed_exec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ let
rm(tmp_file, force=true)
rm(tmp_file2, force=true)
rm(tmp_dir2, force=true)
rm(tmp_dir, force=true)
#rm(tmp_dir, force=true)
end
end
# cookie and comand line option `--worker` tests. remove workers, set cookie and test
Expand Down

0 comments on commit 057cfc7

Please sign in to comment.