Skip to content

Commit f9d5c81

Browse files
committed
Add missing =
1 parent be5f27e commit f9d5c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/kubectl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ var _ = KubeDescribe("Kubectl client", func() {
463463
nsFlag := fmt.Sprintf("--namespace=%v", ns)
464464

465465
By("executing a command with run and attach with stdin")
466-
runOutput := newKubectlCommand(nsFlag, "run", "run-test", "--image"+busyboxImage, "--restart=Never", "--attach=true", "--stdin", "--", "sh", "-c", "cat && echo 'stdin closed'").
466+
runOutput := newKubectlCommand(nsFlag, "run", "run-test", "--image="+busyboxImage, "--restart=Never", "--attach=true", "--stdin", "--", "sh", "-c", "cat && echo 'stdin closed'").
467467
withStdinData("abcd1234").
468468
execOrDie()
469469
Expect(runOutput).To(ContainSubstring("abcd1234"))

0 commit comments

Comments
 (0)