mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05:00
add option for O_SYNC writes for standalone FS backend (#9581)
This commit is contained in:
@@ -61,7 +61,7 @@ func TestAppendFile(t *testing.T) {
|
||||
f.WriteString("bbbbbbbbbb")
|
||||
f.Close()
|
||||
|
||||
if err = AppendFile(name1, name2); err != nil {
|
||||
if err = AppendFile(name1, name2, false); err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user