Skip to content

Commit 2bdbb55

Browse files
committed
fixup
1 parent 77d1d9e commit 2bdbb55

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

agent/agent_test.go

+1-4
Original file line numberDiff line numberDiff line change
@@ -976,10 +976,7 @@ func TestAgent_StartupScript(t *testing.T) {
976976
func TestAgent_Metadata(t *testing.T) {
977977
t.Parallel()
978978

979-
echoHello := "echo hello"
980-
if runtime.GOOS == "windows" {
981-
echoHello = "echo 'hello'"
982-
}
979+
echoHello := "echo 'hello'"
983980

984981
t.Run("Once", func(t *testing.T) {
985982
t.Parallel()

0 commit comments

Comments
 (0)