summaryrefslogtreecommitdiff
path: root/spec/integration/client/ipv6_spec.rb
diff options
context:
space:
mode:
authorJulian C. Dunn <jdunn@getchef.com>2014-06-30 13:35:07 -0400
committerJulian C. Dunn <jdunn@getchef.com>2014-06-30 13:35:07 -0400
commit1ee424ed7540414f0b8297bad1058cfd887f6aac (patch)
tree9414e1bf73075c425f4685357898e7d989a204e1 /spec/integration/client/ipv6_spec.rb
parent2ed829e661f9a357fc9a8cdf316c84f077dad7f9 (diff)
downloadchef-1ee424ed7540414f0b8297bad1058cfd887f6aac.tar.gz
Make sure to call chef-client and knife that we just built, notbtm/fix-hardcoded-binaries
just some random ones hanging around in $PATH.
Diffstat (limited to 'spec/integration/client/ipv6_spec.rb')
-rw-r--r--spec/integration/client/ipv6_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/client/ipv6_spec.rb b/spec/integration/client/ipv6_spec.rb
index bb4889b0fa..ce2793586d 100644
--- a/spec/integration/client/ipv6_spec.rb
+++ b/spec/integration/client/ipv6_spec.rb
@@ -76,7 +76,7 @@ END_CLIENT_RB
let(:chef_dir) { File.join(File.dirname(__FILE__), "..", "..", "..", "bin") }
- let(:chef_client_cmd) { %Q[chef-client -c "#{path_to('config/client.rb')}" -lwarn] }
+ let(:chef_client_cmd) { %Q[ruby #{chef_dir}/chef-client -c "#{path_to('config/client.rb')}" -lwarn] }
after do
FileUtils.rm_rf(cache_path)