diff options
author | adamedx <adamedx@gmail.com> | 2016-04-02 23:23:25 -0700 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2017-09-05 20:09:30 -0400 |
commit | de83f5561b98b61081c3ac760354da4df7ed7526 (patch) | |
tree | f87fc48f6f67ca91a3d25fbc283dc5cf88033f9e /spec/support | |
parent | d8fa21b9851b2a6d3c1ee370c8d0cfee8be278b4 (diff) | |
download | chef-de83f5561b98b61081c3ac760354da4df7ed7526.tar.gz |
Access remote_file resource source files as alternate user on Windows
Conflicts:
spec/support/shared/functional/execute_resource.rb
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/shared/functional/execute_resource.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared/functional/execute_resource.rb b/spec/support/shared/functional/execute_resource.rb index 4f7cea1cd1..29b9a5fb9f 100644 --- a/spec/support/shared/functional/execute_resource.rb +++ b/spec/support/shared/functional/execute_resource.rb @@ -147,4 +147,4 @@ shared_examples_for "a resource with a guard specifying an alternate user identi end end end -end +end
\ No newline at end of file |