You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// more than one unknown flag and one valid flag, which is a boolean, but its value is missing
297
+
Context("with argument that is a directory or MTA and with more than one unknown flag and one valid flag, which is a boolean, but its value is missing", func() {
298
+
It("should print incorrect usage, call cf help, and exit with a non-zero status", func() {
299
+
output, status:=oc.CaptureOutputAndStatus(func() int {
// more than one unknown flag and one valid flag, which is a boolean and its value is set
308
+
Context("with argument that is a directory or MTA and with more than one unknown flag and one valid flag, which is a boolean and its value is set", func() {
309
+
It("should print incorrect usage, call cf help, and exit with a non-zero status", func() {
310
+
output, status:=oc.CaptureOutputAndStatus(func() int {
// more than one unknown flag and one valid flag that is not boolean and has a value set
319
+
Context("with argument that is a directory or MTA and with more than one unknown flag and one valid flag that is not boolean and has a value set", func() {
320
+
It("should print incorrect usage, call cf help, and exit with a non-zero status", func() {
321
+
output, status:=oc.CaptureOutputAndStatus(func() int {
0 commit comments