mirror of
https://github.com/rclone/rclone.git
synced 2025-12-23 11:43:50 +00:00
rclone: implement exit codes - #1136
This commit is contained in:
@@ -580,7 +580,7 @@ func TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors(t *testing.T) {
|
||||
)
|
||||
|
||||
fs.Stats.ResetCounters()
|
||||
fs.Stats.Error()
|
||||
fs.Stats.Error(nil)
|
||||
err := fs.Sync(r.Fremote, r.Flocal)
|
||||
assert.Equal(t, fs.ErrorNotDeleting, err)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user