Skip to content

Commit ddea691

Browse files
committed
Clean up temporary files in tests. Fixes #8.
1 parent d2ab807 commit ddea691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/basic.jl

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ using ImageFiltering, OffsetArrays, Base.Test
6161
end
6262
end
6363
@test contains(readstring(fname), "too small for accuracy")
64+
rm(fname)
6465
end
6566

6667
nothing

0 commit comments

Comments
 (0)