Commit 99080585 authored by Aaron Jacobs's avatar Aaron Jacobs

Fixed a test bug.

parent 7c97a950
......@@ -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.
......
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