summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/mixlib/shellout_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mixlib/shellout_spec.rb b/spec/mixlib/shellout_spec.rb
index 03bb47b..3be0d27 100644
--- a/spec/mixlib/shellout_spec.rb
+++ b/spec/mixlib/shellout_spec.rb
@@ -846,7 +846,7 @@ describe Mixlib::ShellOut do
context "when the child process dies immediately" do
let(:cmd) { [ 'exit' ] }
- it "handles ESRCH from getpgid of a zombie" do
+ it "handles ESRCH from getpgid of a zombie", :unix_only do
Process.stub(:setsid) { exit!(4) }
# there is a small race condition here if the child doesn't get