File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ package cmd
16
16
17
17
import (
18
18
"bytes"
19
+ "context"
19
20
"io/ioutil"
20
21
"os"
21
22
"path/filepath"
@@ -71,7 +72,7 @@ var tests = []testCase{
71
72
72
73
func run (t * testing.T , test testCase ) {
73
74
// Setup
74
- c := New ()
75
+ c := New (context . Background () )
75
76
o := bytes .NewBufferString ("" )
76
77
c .SetOut (o )
77
78
c .SetErr (o )
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ Available Commands:
8
8
help Help about any command
9
9
install Install a component with falcoctl
10
10
registry Interact with OCI registries
11
- search Search a component with falcoctl
12
11
version Print the falcoctl version information
13
12
14
13
Flags:
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ Available Commands:
8
8
help Help about any command
9
9
install Install a component with falcoctl
10
10
registry Interact with OCI registries
11
- search Search a component with falcoctl
12
11
version Print the falcoctl version information
13
12
14
13
Flags:
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ Available Commands:
7
7
help Help about any command
8
8
install Install a component with falcoctl
9
9
registry Interact with OCI registries
10
- search Search a component with falcoctl
11
10
version Print the falcoctl version information
12
11
13
12
Flags:
You can’t perform that action at this time.
0 commit comments