Commit c0e08764 by bergquist

test: close file before deleting

parent 2bc91c86
...@@ -38,6 +38,7 @@ func TestLogFile(t *testing.T) { ...@@ -38,6 +38,7 @@ func TestLogFile(t *testing.T) {
So(fileLogWrite.maxlines_curlines, ShouldEqual, 3) So(fileLogWrite.maxlines_curlines, ShouldEqual, 3)
}) })
fileLogWrite.Close()
err = os.Remove(fileLogWrite.Filename) err = os.Remove(fileLogWrite.Filename)
So(err, ShouldBeNil) So(err, ShouldBeNil)
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment