Skip to content

Commit 6e179a4

Browse files
authored
Merge pull request #134 from davidanthoff/del-test-file
Clean up after test
2 parents 8919166 + 85f8ed8 commit 6e179a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/loadsave.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ add_saver(format"DUMMY", :Dummy)
126126
@test isabspath(get(filename(s)))
127127
@test endswith(get(filename(s)),fn2)
128128
end
129-
end
129+
end
130+
rm(fn2)
130131

131132
# Test IO
132133
b = load(query(fn))

0 commit comments

Comments
 (0)