Skip to content

Commit

Permalink
test/file: disable test_22566 on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Oct 19, 2017
1 parent b84131f commit b313957
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 @@ -1154,7 +1154,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 b313957

Please sign in to comment.