diff --git a/pkg/commands/os_test.go b/pkg/commands/os_test.go index fb8c475b..e1a7f789 100644 --- a/pkg/commands/os_test.go +++ b/pkg/commands/os_test.go @@ -169,6 +169,8 @@ func TestOSCommandQuoteSingleQuote(t *testing.T) { osCommand := NewDummyOSCommand() osCommand.Platform.os = "linux" + osCommand.Platform.fallbackEscapedQuote = "\"" + osCommand.Platform.escapedQuote = "'" actual := osCommand.Quote("hello 'test'")