Skip to content

Commit fa0bd75

Browse files
committed
experiment
1 parent 8b88538 commit fa0bd75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

internal/provider/git_test.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,7 @@ func startSSHServer(ctx context.Context, t testing.TB) string {
152152

153153
err = s.Exit(cmd.ProcessState.ExitCode())
154154
if err != nil {
155-
if !errors.Is(err, io.EOF) {
156-
t.Errorf("session exit failed: %s", err)
157-
}
155+
t.Errorf("session exit failed: %s", err)
158156
}
159157
},
160158
}

0 commit comments

Comments
 (0)