Skip to content

Commit 35445a7

Browse files
committed
Add SIGABRT to reserved signals in bundler spec
1 parent 2315349 commit 35445a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bundler/commands/exec_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ def bin_path(a,b,c)
10201020
context "signal handling" do
10211021
let(:test_signals) do
10221022
open3_reserved_signals = %w[CHLD CLD PIPE]
1023-
reserved_signals = %w[SEGV BUS ILL FPE VTALRM KILL STOP EXIT]
1023+
reserved_signals = %w[SEGV BUS ILL FPE ABRT IOT VTALRM KILL STOP EXIT]
10241024
bundler_signals = %w[INT]
10251025

10261026
Signal.list.keys - (bundler_signals + reserved_signals + open3_reserved_signals)

0 commit comments

Comments
 (0)