mirror of
https://github.com/rclone/rclone.git
synced 2025-08-11 22:49:13 +02:00
fs: fix --immutable tests on remotes which don't have modtime
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user