diff options
Diffstat (limited to 'integration_tests/main_test.go')
-rw-r--r-- | integration_tests/main_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/integration_tests/main_test.go b/integration_tests/main_test.go index cfa481d..f4ff544 100644 --- a/integration_tests/main_test.go +++ b/integration_tests/main_test.go @@ -333,7 +333,6 @@ func TestRename(t *testing.T) { testRename(t, defaultPlainDir) } - // Overwrite an empty directory with another directory func TestDirOverwrite(t *testing.T) { dir1 := defaultPlainDir + "DirOverwrite1" |