Skip to content

Commit

Permalink
test/file: disable test_22566 on FreeBSD (#24037)
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin authored and JeffBezanson committed Oct 31, 2017
1 parent 24f6d21 commit dab3954
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/file.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,8 @@ end
@test_throws ArgumentError mkpath("fakepath", -1)

# issue #22566
if !Sys.iswindows()
# issue #24037 (disabling on FreeBSD)
if !Sys.iswindows() && !(Sys.isbsd() && !Sys.isapple())
function test_22566()
fn = tempname()
run(`mkfifo $fn`)
Expand Down

0 comments on commit dab3954

Please sign in to comment.