This commit is contained in:
Jakob Unterwurzacher 2015-12-08 13:51:06 +01:00
parent f4ae0304af
commit ff8c81f95b
2 changed files with 4 additions and 5 deletions

View File

@ -325,7 +325,6 @@ func TestMkdirRmdir(t *testing.T) {
}
}
// Test Rename
func TestRename(t *testing.T) {
err := ioutil.WriteFile(defaultPlainDir+"rename1", []byte("content"), 0777)