Skip to content

Commit 64de3c4

Browse files
committed
test/file: disable test_22566 on FreeBSD
1 parent b84131f commit 64de3c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/file.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,8 @@ end
11541154
@test_throws ArgumentError mkpath("fakepath", -1)
11551155

11561156
# issue #22566
1157-
if !Sys.iswindows()
1157+
# issue #24037 (disabling on FreeBSD)
1158+
if !Sys.iswindows() || !(Sys.isbsd() && !Sys.isapple())
11581159
function test_22566()
11591160
fn = tempname()
11601161
run(`mkfifo $fn`)

0 commit comments

Comments
 (0)