Merge pull request #94110 from aojea/fixe2e

fix e2e test "should resolve connection reset"
This commit is contained in:
Kubernetes Prow Robot 2020-08-19 14:59:25 -07:00 committed by GitHub
commit d20d894d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,7 +313,7 @@ var _ = SIGDescribe("Network", func() {
Name: "startup-script",
Image: imageutils.GetE2EImage(imageutils.BusyBox),
Command: []string{
"bash", "-c", "while true; do sleep 2; nc boom-server 9000& done",
"sh", "-c", "while true; do sleep 2; nc boom-server 9000& done",
},
},
},