summaryrefslogtreecommitdiff
path: root/spec/integration/recipes/remote_directory.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/recipes/remote_directory.rb')
-rw-r--r--spec/integration/recipes/remote_directory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/recipes/remote_directory.rb b/spec/integration/recipes/remote_directory.rb
index 8332fb1b56..f68aa8afb3 100644
--- a/spec/integration/recipes/remote_directory.rb
+++ b/spec/integration/recipes/remote_directory.rb
@@ -16,7 +16,7 @@ describe Chef::Resource::RemoteDirectory do
# machine that has omnibus chef installed. In that case we need to ensure
# we're running `chef-client` from the source tree and not the external one.
# cf. CHEF-4914
- let(:chef_client) { "bundle exec chef-client --minimal-ohai" }
+ let(:chef_client) { "chef-client --minimal-ohai" }
when_the_repository "has a cookbook with a source_dir with two subdirectories, each with one file and subdir in a different alphabetical order" do
before do