From 014aa3d15717db790927f6693241f02d9e10a2f3 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 1 Nov 2017 13:07:33 +0000 Subject: [PATCH] fstest: check no files or directories between runs --- fstest/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fstest/run.go b/fstest/run.go index 1285ad888..8812d30b7 100644 --- a/fstest/run.go +++ b/fstest/run.go @@ -155,7 +155,7 @@ func NewRun(t *testing.T) *Run { } } // Check remote is empty - CheckItems(t, r.Fremote) + CheckListingWithPrecision(t, r.Fremote, []Item{}, []string{}, r.Fremote.Precision()) } } r.Logf = t.Logf