Skip to content

Commit

Permalink
Remove line and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaraldi authored Aug 30, 2022
1 parent 5d15b9f commit 8ce124f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stdlib/FileWatching/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ ismacos_x86 = ((Sys.ARCH == :x86_64) && (Sys.isapple())) #Used to disable the u

n = 20
intvls = [2, .2, .1, .005, .00001]

pipe_fds = fill((Base.INVALID_OS_HANDLE, Base.INVALID_OS_HANDLE), n)

for i in 1:n
Expand All @@ -35,7 +34,7 @@ for i in 1:n
if !fd_in_limits && Sys.islinux()
run(`ls -la /proc/$(getpid())/fd`)
end
if ismacos_arm
if !ismacos_arm
@test fd_in_limits
end
end
Expand Down

0 comments on commit 8ce124f

Please sign in to comment.