From 85a6380ee29031949e65bc7ae08dd44112b50d82 Mon Sep 17 00:00:00 2001 From: Sebastien Blot Date: Thu, 6 Jul 2023 14:23:16 +0200 Subject: [PATCH] fix test --- pkg/acquisition/modules/file/file_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/acquisition/modules/file/file_test.go b/pkg/acquisition/modules/file/file_test.go index 8f80d050fd9..ba33d9bf9e6 100644 --- a/pkg/acquisition/modules/file/file_test.go +++ b/pkg/acquisition/modules/file/file_test.go @@ -260,7 +260,7 @@ func TestLiveAcquisition(t *testing.T) { // if we do not have access to the file permDeniedFile = `C:\Windows\System32\config\SAM` permDeniedError = `unable to read C:\Windows\System32\config\SAM : open C:\Windows\System32\config\SAM: The process cannot access the file because it is being used by another process` - testPattern = `test_files\\*.log` // the \ must be escaped for the yaml config + testPattern = `test_files\*.log` } tests := []struct {