summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/hs-test/vcl_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/vcl_test.go b/extras/hs-test/vcl_test.go
index 88acefd144f..109b242ee79 100644
--- a/extras/hs-test/vcl_test.go
+++ b/extras/hs-test/vcl_test.go
@@ -22,7 +22,7 @@ func (s *VethsSuite) testVclEcho(proto string) {
clientVclConfContent := fmt.Sprintf(vclTemplate, echoClnContainer.getContainerWorkDir(), "2")
echoClnContainer.createFile("/vcl.conf", clientVclConfContent)
- testClientCommand := "vcl_test_client -E -p " + proto + " " + serverVethAddress + " " + port
+ testClientCommand := "vcl_test_client -p " + proto + " " + serverVethAddress + " " + port
echoClnContainer.addEnvVar("VCL_CONFIG", "/vcl.conf")
o := echoClnContainer.exec(testClientCommand)
s.log(o)