From ed301ac33894e25ace697f446eaa7fa610f920e0 Mon Sep 17 00:00:00 2001 From: "Marc A. Paradise" Date: Tue, 30 Mar 2021 12:56:20 -0400 Subject: do not use nonexistant bin path as cwd Signed-off-by: Marc A. Paradise --- spec/integration/client/ipv6_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/integration/client/ipv6_spec.rb') diff --git a/spec/integration/client/ipv6_spec.rb b/spec/integration/client/ipv6_spec.rb index 816e1c40e6..f575f9db95 100644 --- a/spec/integration/client/ipv6_spec.rb +++ b/spec/integration/client/ipv6_spec.rb @@ -74,7 +74,7 @@ describe "chef-client" do basic_config_file end - let(:chef_dir) { File.join(__dir__, "..", "..", "..", "bin") } + let(:chef_dir) { File.join(__dir__, "..", "..", "..") } let(:chef_client_cmd) { %Q{bundle exec chef-client --minimal-ohai -c "#{path_to("config/client.rb")}" -lwarn} } -- cgit v1.2.1