fstest: check no files or directories between runs
This commit is contained in:
parent
cc7ed13b9b
commit
014aa3d157
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue