From 39c7809dda3fe23bd3ab9f3b5faba3e2f988552b Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Thu, 30 Apr 2026 16:13:05 +0200 Subject: [PATCH] Added missing commas Signed-off-by: Ole Herman Schumacher Elgesem (cherry picked from commit 9e294cd37ccf5553ba67d8ae588fbbfc6e183b28) --- .../08_commands/staging/default_failed_returncodes.cf | 2 +- .../02_maintain/staging/line_truncation_at_4096_chars.cf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/08_commands/staging/default_failed_returncodes.cf b/tests/acceptance/08_commands/staging/default_failed_returncodes.cf index 4b43f9035d..8817f01daf 100644 --- a/tests/acceptance/08_commands/staging/default_failed_returncodes.cf +++ b/tests/acceptance/08_commands/staging/default_failed_returncodes.cf @@ -21,7 +21,7 @@ bundle agent check { methods: "report" - usebundle => dcs_passif_expected("default_not_kept,specify_kept_not_kept", "", "$(this.promise_filename)") + usebundle => dcs_passif_expected("default_not_kept,specify_kept_not_kept", "", "$(this.promise_filename)"), inherit => "true"; } diff --git a/tests/acceptance/10_files/02_maintain/staging/line_truncation_at_4096_chars.cf b/tests/acceptance/10_files/02_maintain/staging/line_truncation_at_4096_chars.cf index c946ab5ed5..18f2a28978 100644 --- a/tests/acceptance/10_files/02_maintain/staging/line_truncation_at_4096_chars.cf +++ b/tests/acceptance/10_files/02_maintain/staging/line_truncation_at_4096_chars.cf @@ -34,7 +34,7 @@ bundle agent init # It would create a false negative. commands: "${G.perl}" - args => "-e 'print \"#\" x ${char_number}; print \"ENDMARK\n\"' > ${G.testfile}" + args => "-e 'print \"#\" x ${char_number}; print \"ENDMARK\n\"' > ${G.testfile}", contain => in_shell; }