diff --git a/test/basic.jl b/test/basic.jl index f44cdf0..ecc8c3a 100644 --- a/test/basic.jl +++ b/test/basic.jl @@ -61,6 +61,7 @@ using ImageFiltering, OffsetArrays, Base.Test end end @test contains(readstring(fname), "too small for accuracy") + rm(fname) end nothing