Fixed a test bug.

geesefs-0-30-9
Aaron Jacobs 2015-06-25 16:56:26 +10:00
parent 7c97a95067
commit 99080585ce
1 changed files with 0 additions and 1 deletions

View File

@ -1348,7 +1348,6 @@ func (t *MemFSTest) RenameWithinDir_Directory() {
// The new name should.
fi, err := os.Stat(newPath)
AssertEq(nil, err)
ExpectEq(len("taco"), fi.Size())
ExpectEq(os.FileMode(0700)|os.ModeDir, fi.Mode())
// There should only be the new entry in the parent.