From 00e8b1616252a8aee6b8646551946aaa5845baa1 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Thu, 16 Jul 2020 11:03:20 -0700 Subject: add a simple smoke test Signed-off-by: Lamont Granquist --- lib/mixlib/shellout/helper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/mixlib/shellout/helper.rb b/lib/mixlib/shellout/helper.rb index 50ee702..c7091d4 100644 --- a/lib/mixlib/shellout/helper.rb +++ b/lib/mixlib/shellout/helper.rb @@ -16,6 +16,7 @@ # limitations under the License. require_relative "../shellout" +require "chef-utils" require "chef-utils/dsl/path_sanity" require "chef-utils/internal" @@ -153,7 +154,7 @@ module Mixlib end def __shell_out_command(*args, **options) - if __config.target_mode? + if __transport_connection FakeShellOut.new(args, options, __transport_connection.run_command(args.join(" "))) # FIXME: train should accept run_command(*args) else cmd = if options.empty? -- cgit v1.2.1