mirror of
https://github.com/rclone/rclone.git
synced 2025-02-16 18:41:54 +01:00
fstest: check no files or directories between runs
This commit is contained in:
parent
cc7ed13b9b
commit
014aa3d157
@ -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 New Issue
Block a user