summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-08 19:15:15 -0800
committerGitHub <noreply@github.com>2020-12-08 19:15:15 -0800
commit25da6b30823ede2203ea4c486ededeac308dff07 (patch)
treedb7cdfbb61b44fa513b69df4c71ba6c9ccac492f
parent482725934ed84344075668f6cc25526fb800b6e7 (diff)
parenta9cd665f7564a4071477dd18deccf1a29688e97e (diff)
downloadchef-25da6b30823ede2203ea4c486ededeac308dff07.tar.gz
Merge pull request #10718 from chef/windows
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/unit/provider/systemd_unit_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/systemd_unit_spec.rb b/spec/unit/provider/systemd_unit_spec.rb
index e1170b4fc5..d31d5f0919 100644
--- a/spec/unit/provider/systemd_unit_spec.rb
+++ b/spec/unit/provider/systemd_unit_spec.rb
@@ -18,7 +18,7 @@
require "spec_helper"
-describe Chef::Provider::SystemdUnit do
+describe Chef::Provider::SystemdUnit, :linux_only do
let(:node) { Chef::Node.new }
let(:events) { Chef::EventDispatch::Dispatcher.new }