From ddea69161af1f77f595d7e3e0c4a2c7f36732ba9 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Sat, 11 Feb 2017 04:39:24 -0600 Subject: [PATCH] Clean up temporary files in tests. Fixes #8. --- test/basic.jl | 1 + 1 file changed, 1 insertion(+) 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