We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34841cf commit dbdcad0Copy full SHA for dbdcad0
agent/agentssh/agentssh_test.go
@@ -216,7 +216,7 @@ func TestNewServer_Signal(t *testing.T) {
216
}
217
require.NoError(t, sc.Err())
218
219
- err = sess.Signal(ssh.SIGINT)
+ err = sess.Signal(ssh.SIGKILL)
220
require.NoError(t, err)
221
222
// Assumption, signal propagates and the command exists, closing stdout.
@@ -289,7 +289,7 @@ func TestNewServer_Signal(t *testing.T) {
289
290
291
292
293
294
295
0 commit comments