mirror of https://github.com/rclone/rclone.git
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
|
// Check remote is empty
|
||||||
CheckItems(t, r.Fremote)
|
CheckListingWithPrecision(t, r.Fremote, []Item{}, []string{}, r.Fremote.Precision())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
r.Logf = t.Logf
|
r.Logf = t.Logf
|
||||||
|
|
Loading…
Reference in New Issue