Skip to content

Commit 83c00a8

Browse files
committed
Remove unnecessary --keep-file-descriptors option from notify pipe test.
1 parent 4a3aa54 commit 83c00a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/async/container/notify/pipe.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
container.spawn(restart: false) do |instance|
1616
instance.exec(
17-
"bundle", "exec", "--keep-file-descriptors",
17+
"bundle", "exec",
1818
notify_script, ready: false
1919
)
2020
end

0 commit comments

Comments
 (0)