mirror of
https://github.com/rclone/rclone.git
synced 2026-02-25 00:53:06 +00:00
Check remote is empty between integration tests
This commit is contained in:
@@ -141,6 +141,8 @@ func NewRun(t *testing.T) *Run {
|
||||
if errors != 0 {
|
||||
t.Fatalf("%d errors while cleaning remote %v", errors, r.fremote)
|
||||
}
|
||||
// Check remote is empty
|
||||
fstest.CheckItems(t, r.fremote)
|
||||
}
|
||||
}
|
||||
r.Logf = t.Logf
|
||||
|
||||
Reference in New Issue
Block a user