forked from TrueCloudLab/restic
internal/backend/sftp: fix dropped test error
This commit is contained in:
parent
fea835b4e2
commit
3ed54e762e
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ func TestLayout(t *testing.T) {
|
|||
datafiles[fi.Name] = false
|
||||
return nil
|
||||
})
|
||||
rtest.OK(t, err)
|
||||
|
||||
if len(datafiles) == 0 {
|
||||
t.Errorf("List() returned zero data files")
|
||||
|
|
Loading…
Reference in a new issue