Oops, don't forget to unmount.

geesefs-0-30-9
Aaron Jacobs 2015-03-23 10:37:32 +11:00
parent 3a9a00d6f3
commit 51062a1475
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,9 @@ func (t *FlushFSTest) TearDown() {
if t.f2 != nil {
ExpectEq(nil, t.f2.Close())
}
// Finish tearing down.
t.SampleTest.TearDown()
}
////////////////////////////////////////////////////////////////////////