Fixed a test bug.

geesefs-0-30-9
Aaron Jacobs 2015-03-03 09:42:36 +11:00
parent fc7440e588
commit bb1539e613
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ func (t *MemFSTest) Mkdir() {
ExpectEq("dir", fi.Name())
ExpectEq(0, fi.Size())
ExpectEq(os.ModeDir|0754, fi.Mode())
ExpectEq(createTime, fi.ModTime())
ExpectEq(0, fi.ModTime().Sub(createTime))
ExpectTrue(fi.IsDir())
// Read the directory.