From 782a923b006a6f6c30c9eabfc19b05baa7798a7a Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Mon, 15 Apr 2024 16:45:51 +0200 Subject: [PATCH] Add acceptence test --- spec/acceptance/stdlib_deferrable_epp_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/acceptance/stdlib_deferrable_epp_spec.rb b/spec/acceptance/stdlib_deferrable_epp_spec.rb index ae0af8e8b..dc20f8a2c 100644 --- a/spec/acceptance/stdlib_deferrable_epp_spec.rb +++ b/spec/acceptance/stdlib_deferrable_epp_spec.rb @@ -10,7 +10,7 @@ $_epp = "port=<%= $port %>\npassword=<%= $password %>\n" $_testfile = $facts['os']['family'] ? { 'windows' => 'C:\\test.epp', - default => '/tmp/test.epp, + default => '/tmp/test.epp', } file{ $_testfile: @@ -24,7 +24,7 @@ rm_testfile = <<-MANIFEST $_testfile = $facts['os']['family'] ? { 'windows' => 'C:\\test.epp', - default => '/tmp/test.epp, + default => '/tmp/test.epp', } file { "${_testfile}.rendered": ensure => absent,