Commit 113fabe9 authored by Aaron Jacobs's avatar Aaron Jacobs

Don't forget to close.

parent acccaf1e
......@@ -443,6 +443,8 @@ func (t *PosixTest) CreateInParallel_NoTruncate() {
return
}
defer f.Close()
_, err = f.Write([]byte{id})
if err != nil {
err = fmt.Errorf("Worker %d: Write: %v", id, err)
......
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