summaryrefslogtreecommitdiff
path: root/spec/functional
diff options
context:
space:
mode:
authorJulian C. Dunn <jdunn@getchef.com>2014-08-08 13:51:06 -0700
committerJulian C. Dunn <jdunn@getchef.com>2014-08-08 13:51:06 -0700
commitb428b7d79349e30ee0e6bf8ad2d89a447f133fa7 (patch)
tree3f569931478fa70b9266bcea9239398f91708a85 /spec/functional
parent54db1bedbc0a8d00e3b1fc12c50658f1d48b7a6e (diff)
downloadchef-b428b7d79349e30ee0e6bf8ad2d89a447f133fa7.tar.gz
AIX functional tests involving BFF need to be run as root.
Diffstat (limited to 'spec/functional')
-rw-r--r--spec/functional/resource/bff_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/bff_spec.rb b/spec/functional/resource/bff_spec.rb
index 5e7cb8a168..b969254b6b 100644
--- a/spec/functional/resource/bff_spec.rb
+++ b/spec/functional/resource/bff_spec.rb
@@ -20,7 +20,7 @@ require 'functional/resource/base'
require 'chef/mixin/shell_out'
# Run the test only for AIX platform.
-describe Chef::Resource::BffPackage, :external => ohai[:platform] != 'aix' do
+describe Chef::Resource::BffPackage, :requires_root, :external => ohai[:platform] != 'aix' do
include Chef::Mixin::ShellOut
let(:new_resource) do