Skip to content

Commit

Permalink
Merge pull request #23 from JuliaImages/teh/tempfiles
Browse files Browse the repository at this point in the history
Clean up temporary files in tests. Fixes #8.
  • Loading branch information
timholy authored Feb 11, 2017
2 parents d2ab807 + ddea691 commit 06624f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ using ImageFiltering, OffsetArrays, Base.Test
end
end
@test contains(readstring(fname), "too small for accuracy")
rm(fname)
end

nothing

0 comments on commit 06624f0

Please sign in to comment.