summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-03-02 11:12:04 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2018-03-02 11:12:04 -0800
commit7a25e6b270d62f4a2a9a085ea25ed84169911f42 (patch)
tree4256916f30cbe8142046a6adfc7c4c24ca63ad18
parent87ed3914d735a2c486900a86bb7ab66bc8ad08d3 (diff)
downloadchef-lcg/no-fork-default-command-line.tar.gz
windows does not support daemonizelcg/no-fork-default-command-line
the option doesn't even exist due to it being omitted at class-parsing time. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--spec/unit/application/client_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/application/client_spec.rb b/spec/unit/application/client_spec.rb
index 61a8b0c5fd..0cd3cb3995 100644
--- a/spec/unit/application/client_spec.rb
+++ b/spec/unit/application/client_spec.rb
@@ -170,7 +170,7 @@ describe Chef::Application::Client, "reconfigure" do
it_behaves_like "sets the configuration", "--once", client_fork: false
end
- context "with daemonize" do
+ context "with daemonize", :unix_only do
it_behaves_like "sets the configuration", "--daemonize", client_fork: true
end
end