summaryrefslogtreecommitdiff
path: root/spec/unit/mixin/powershell_out_spec.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-05-29 13:30:33 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-05-29 13:30:33 -0700
commita871f16c6ec7413558dbadf7870b7bb065c36c9a (patch)
tree02fbabb9f381964da119ccfe410e616316a034ef /spec/unit/mixin/powershell_out_spec.rb
parenta123c315307f5210629d63e20cd80906620a072e (diff)
downloadchef-lcg/powershell_out.tar.gz
change executionpolicy to unrestrictedlcg/powershell_out
Diffstat (limited to 'spec/unit/mixin/powershell_out_spec.rb')
-rw-r--r--spec/unit/mixin/powershell_out_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/mixin/powershell_out_spec.rb b/spec/unit/mixin/powershell_out_spec.rb
index 3ce641ee8f..0fede582fa 100644
--- a/spec/unit/mixin/powershell_out_spec.rb
+++ b/spec/unit/mixin/powershell_out_spec.rb
@@ -23,7 +23,7 @@ describe Chef::Mixin::PowershellOut do
subject(:object) { shell_out_class.new }
let(:architecture) { "something" }
let(:flags) {
- "-NoLogo -NonInteractive -NoProfile -ExecutionPolicy RemoteSigned -InputFormat None"
+ "-NoLogo -NonInteractive -NoProfile -ExecutionPolicy Unrestricted -InputFormat None"
}
describe "#powershell_out" do