forked from TrueCloudLab/rclone
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
|
// 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…
Add table
Reference in a new issue