Added a test name for dup.

geesefs-0-30-9
Aaron Jacobs 2015-03-20 12:45:12 +11:00
parent 8eb077cbe7
commit 22c6e605c0
1 changed files with 4 additions and 0 deletions

View File

@ -340,6 +340,10 @@ func (t *FlushFSTest) CloseReports_MultipleTimes_OverlappingFileHandles() {
AssertThat(t.getFsyncs(), ElementsAre())
}
func (t *FlushFSTest) CloseReports_DuplicatedFileDescriptor() {
AssertTrue(false, "TODO")
}
func (t *FlushFSTest) CloseError() {
// Open the file.
f, err := os.OpenFile(path.Join(t.Dir, "foo"), os.O_RDWR, 0)