From fa1aa42a9c0215e22b8057ff151c4345f41e9c7d Mon Sep 17 00:00:00 2001 From: huntedbytheirs Date: Tue, 4 Aug 2026 14:37:16 -0400 Subject: [PATCH] fix: remove duplicate conflicts test referencing uncreated file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 'format shows conflicts' test in the Package DSL section ran before /tmp/test_conflict.kap was created (it's created later in the Conflicts section). Removed the premature copy — the Conflicts section already has this test after file creation. --- test.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test.sh b/test.sh index a9be9c7..b1673d9 100755 --- a/test.sh +++ b/test.sh @@ -38,10 +38,6 @@ check "format foo.kap round-trips service block" \ "$KAPPA format examples/foo.kap" \ 'service {' -check "format shows conflicts when present" \ - "$KAPPA format /tmp/test_conflict.kap" \ - 'conflicts =' - check "format postgres.kap shows named services" \ "$KAPPA format examples/postgres.kap" \ 'service checkpointer {'