fstest: check no files or directories between runs

This commit is contained in:
Nick Craig-Wood 2017-11-01 13:07:33 +00:00
parent cc7ed13b9b
commit 014aa3d157
1 changed files with 1 additions and 1 deletions

View File

@ -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