From 3f7121e180ae6583b126878b0dda29d4a43a89a9 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 21 Sep 2025 22:59:59 +0200 Subject: [PATCH] backup: adapt test to changed error message --- internal/archiver/archiver_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/archiver/archiver_test.go b/internal/archiver/archiver_test.go index 098e13395..18f8c7d52 100644 --- a/internal/archiver/archiver_test.go +++ b/internal/archiver/archiver_test.go @@ -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",