forked from TrueCloudLab/rclone
Make test more reliable
This commit is contained in:
parent
dd36264aad
commit
b5cba73cc3
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue