Commit 51062a14 authored by Aaron Jacobs's avatar Aaron Jacobs

Oops, don't forget to unmount.

parent 3a9a00d6
...@@ -91,6 +91,9 @@ func (t *FlushFSTest) TearDown() { ...@@ -91,6 +91,9 @@ func (t *FlushFSTest) TearDown() {
if t.f2 != nil { if t.f2 != nil {
ExpectEq(nil, t.f2.Close()) ExpectEq(nil, t.f2.Close())
} }
// Finish tearing down.
t.SampleTest.TearDown()
} }
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
......
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