From 0bc51e199b4256c267feafe0b7f475a8b46bd226 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Fri, 1 May 2026 01:32:02 +0200 Subject: [PATCH] Renamed one invalid JSON to .x.json Signed-off-by: Ole Herman Schumacher Elgesem --- tests/acceptance/00_basics/def.json/bad-json.cf | 2 +- .../00_basics/def.json/{bad-json.cf.json => bad-json.cf.x.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/acceptance/00_basics/def.json/{bad-json.cf.json => bad-json.cf.x.json} (100%) diff --git a/tests/acceptance/00_basics/def.json/bad-json.cf b/tests/acceptance/00_basics/def.json/bad-json.cf index 2eb0c23bf9..dceeca90e8 100644 --- a/tests/acceptance/00_basics/def.json/bad-json.cf +++ b/tests/acceptance/00_basics/def.json/bad-json.cf @@ -15,7 +15,7 @@ bundle agent test meta => { "ENT-10257" }; methods: - "" usebundle => file_copy("$(this.promise_filename).json", "$(sys.inputdir)$(const.dirsep)def.json"); + "" usebundle => file_copy("$(this.promise_filename).x.json", "$(sys.inputdir)$(const.dirsep)def.json"); } ####################################################### diff --git a/tests/acceptance/00_basics/def.json/bad-json.cf.json b/tests/acceptance/00_basics/def.json/bad-json.cf.x.json similarity index 100% rename from tests/acceptance/00_basics/def.json/bad-json.cf.json rename to tests/acceptance/00_basics/def.json/bad-json.cf.x.json