@@ -569,10 +569,6 @@ func TestConfigSSH_FileWriteAndOptionsFlow(t *testing.T) {
569
569
"--yes" ,
570
570
"--header-command" , "printf h1=v1" ,
571
571
},
572
- echoResponse : & echo.Responses {
573
- Parse : echo .ParseComplete ,
574
- ProvisionApply : echo .ProvisionApplyWithAgent ("" ),
575
- },
576
572
wantErr : false ,
577
573
wantConfig : wantConfig {
578
574
regexMatch : "--header-command \" printf h1=v1\" ssh" ,
@@ -584,10 +580,6 @@ func TestConfigSSH_FileWriteAndOptionsFlow(t *testing.T) {
584
580
"--yes" ,
585
581
"--header-command" , "printf h1=v1 h2=\" v2\" " ,
586
582
},
587
- echoResponse : & echo.Responses {
588
- Parse : echo .ParseComplete ,
589
- ProvisionApply : echo .ProvisionApplyWithAgent ("" ),
590
- },
591
583
wantErr : false ,
592
584
wantConfig : wantConfig {
593
585
regexMatch : "--header-command \" printf h1=v1 h2=\\ \\ \" v2\\ \\ \" \" ssh" ,
@@ -599,10 +591,6 @@ func TestConfigSSH_FileWriteAndOptionsFlow(t *testing.T) {
599
591
"--yes" ,
600
592
"--header-command" , "printf h1=v1 h2='v2'" ,
601
593
},
602
- echoResponse : & echo.Responses {
603
- Parse : echo .ParseComplete ,
604
- ProvisionApply : echo .ProvisionApplyWithAgent ("" ),
605
- },
606
594
wantErr : false ,
607
595
wantConfig : wantConfig {
608
596
regexMatch : "--header-command \" printf h1=v1 h2='v2'\" ssh" ,
0 commit comments