From 8131d8f44bc36f603e30ec5ada28a005dd675a2e Mon Sep 17 00:00:00 2001 From: Daniil Barbashov <6630056+dbarbashov@users.noreply.github.com> Date: Tue, 18 Jan 2022 17:09:19 +0300 Subject: [PATCH] Update commands_test.go --- cmd/commands_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/commands_test.go b/cmd/commands_test.go index 90b8946..0cb7e49 100644 --- a/cmd/commands_test.go +++ b/cmd/commands_test.go @@ -103,7 +103,7 @@ func TestInstallAndStartStop(t *testing.T) { t.Log(out) // В докер окружениях невозможно запустить рутлес контейнеры( - if !(strings.Contains(out, "Starting") || strings.Contains(out, "mapping tool not present: Operation not permitted")) { + if !(strings.Contains(out, "Starting") || strings.Contains(out, "mapping tool not present: Operation not permitted") || strings.Contains(out, "failed to use newuid map")) { t.Fatalf("Failed to start a service") }