From b5cba73cc354852596fe4f011fa88c28891f517a Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 18 Apr 2016 17:48:52 +0100 Subject: [PATCH] Make test more reliable --- fs/operations_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/operations_test.go b/fs/operations_test.go index 6ddf92ec7..39bfe9ae3 100644 --- a/fs/operations_test.go +++ b/fs/operations_test.go @@ -436,6 +436,7 @@ func TestSyncIgnoreTimes(t *testing.T) { r := NewRun(t) defer r.Finalise() file1 := r.WriteBoth("existing", "potato", t1) + fstest.CheckItems(t, r.fremote, file1) fs.Stats.ResetCounters() err := fs.Sync(r.fremote, r.flocal)