Skip to content

Commit

Permalink
Fix hang in spawn tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Aug 16, 2015
1 parent 544b9b0 commit 36fa587
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/spawn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ let bad = "bad\0name"
end

# issue #8529
@test_throws ErrorException run(pipeline(Base.Pipe(C_NULL), `cat`))
let fname = tempname()
open(fname, "w") do f
println(f, "test")
Expand Down

0 comments on commit 36fa587

Please sign in to comment.