Skip to content

Commit e8056b5

Browse files
committed
Fix cmd test
1 parent e3c17e0 commit e8056b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dep/cmd/cmd_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ func TestCmd(t *testing.T) {
9696
cmd.WithCommand("go", "env", "GOPRIVATE"),
9797
cmd.WithEnv("GOPRIVATE=foo"),
9898
cmd.WithWaitMatchingLine("foo"),
99+
cmd.WithStopFn(func(c *exec.Cmd) error { return nil }),
99100
),
100101
},
101102
{

0 commit comments

Comments
 (0)