mirror of
https://github.com/restic/restic.git
synced 2026-02-03 04:20:45 -05:00
backup: adapt test to changed error message
This commit is contained in:
parent
d5dd8ce6a7
commit
3f7121e180
1 changed files with 1 additions and 1 deletions
|
|
@ -1934,7 +1934,7 @@ func TestArchiverErrorReporting(t *testing.T) {
|
|||
name: "parent-dir-missing",
|
||||
targets: []string{"subdir/missing"},
|
||||
src: TestDir{},
|
||||
errStr: []string{"stat subdir: no such file or directory", "CreateFile subdir: The system cannot find the file specified"},
|
||||
errStr: []string{"stat subdir: no such file or directory", "CreateFile subdir: The system cannot find the file specified", "GetFileAttributesEx subdir: The system cannot find the file specified"},
|
||||
},
|
||||
{
|
||||
name: "parent-dir-missing-filtered",
|
||||
|
|
|
|||
Loading…
Reference in a new issue