diff --git a/lib/grntest/executors/base-executor.rb b/lib/grntest/executors/base-executor.rb index f4f303f..a65496b 100644 --- a/lib/grntest/executors/base-executor.rb +++ b/lib/grntest/executors/base-executor.rb @@ -523,8 +523,10 @@ def execute_directive_add_substitution(line, content, options) substituted, normalized = Shellwords.shellsplit(rest) substituted.force_encoding("UTF-8") normalized.force_encoding("UTF-8") - substituted_evaluator = TemplateEvaluator.new("\"#{substituted}\"") - normalized_evaluator = TemplateEvaluator.new("\"#{normalized}\"") + substituted_evaluator = + TemplateEvaluator.new("<