summaryrefslogtreecommitdiff
path: root/lib/chef/resource/batch.rb
diff options
context:
space:
mode:
authoradamedx <adamed@opscode.com>2013-02-19 06:53:39 -0800
committeradamedx <adamed@opscode.com>2013-02-19 09:32:06 -0800
commite20d71a51bb42226571a912dfc70445d2ca10a5c (patch)
tree3114733813f33d05d331e260d58ce1f896a797ab /lib/chef/resource/batch.rb
parentedf49de5f28bd7c02646582f0bbe02683141b443 (diff)
downloadchef-e20d71a51bb42226571a912dfc70445d2ca10a5c.tar.gz
OC-4739: Merge functional tests, Win2k3 compatibility
Diffstat (limited to 'lib/chef/resource/batch.rb')
-rw-r--r--lib/chef/resource/batch.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/chef/resource/batch.rb b/lib/chef/resource/batch.rb
index b44489c549..705260bbce 100644
--- a/lib/chef/resource/batch.rb
+++ b/lib/chef/resource/batch.rb
@@ -16,12 +16,11 @@
# limitations under the License.
#
-require 'chef/resource/windows_system_script'
-require 'chef/mixin/windows_architecture_helper'
+require 'chef/resource/windows_script'
class Chef
class Resource
- class Batch < Chef::Resource::WindowsSystemScript
+ class Batch < Chef::Resource::WindowsScript
def initialize(name, run_context=nil)
super(name, run_context, :batch, "cmd.exe")