fs: fix --immutable tests on remotes which don't have modtime
This commit is contained in:
parent
8771d352d4
commit
2857ed5c35
1 changed files with 1 additions and 1 deletions
|
@ -1018,7 +1018,7 @@ func TestSyncImmutable(t *testing.T) {
|
|||
fstest.CheckItems(t, r.fremote, file1)
|
||||
|
||||
// Modify file data and timestamp on source
|
||||
file2 := r.WriteFile("existing", "tomato", t2)
|
||||
file2 := r.WriteFile("existing", "tomatoes", t2)
|
||||
fstest.CheckItems(t, r.flocal, file2)
|
||||
fstest.CheckItems(t, r.fremote, file1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue