mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 02:14:42 +01:00
Make test more reliable
This commit is contained in:
parent
dd36264aad
commit
b5cba73cc3
@ -436,6 +436,7 @@ func TestSyncIgnoreTimes(t *testing.T) {
|
|||||||
r := NewRun(t)
|
r := NewRun(t)
|
||||||
defer r.Finalise()
|
defer r.Finalise()
|
||||||
file1 := r.WriteBoth("existing", "potato", t1)
|
file1 := r.WriteBoth("existing", "potato", t1)
|
||||||
|
fstest.CheckItems(t, r.fremote, file1)
|
||||||
|
|
||||||
fs.Stats.ResetCounters()
|
fs.Stats.ResetCounters()
|
||||||
err := fs.Sync(r.fremote, r.flocal)
|
err := fs.Sync(r.fremote, r.flocal)
|
||||||
|
Loading…
Reference in New Issue
Block a user