mirror of
https://github.com/rclone/rclone.git
synced 2025-08-13 23:38:51 +02: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