From b769d365222cf742d7e0c2aefae1c4bb4005e215 Mon Sep 17 00:00:00 2001 From: ochenstarik-ui Date: Tue, 18 Aug 2026 01:21:57 +0700 Subject: [PATCH] test: stub mesh repair in migration fixtures --- tests/bootstrap/test-bootstrap-contract.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/bootstrap/test-bootstrap-contract.sh b/tests/bootstrap/test-bootstrap-contract.sh index a306bc8..930f316 100755 --- a/tests/bootstrap/test-bootstrap-contract.sh +++ b/tests/bootstrap/test-bootstrap-contract.sh @@ -291,6 +291,7 @@ cp "$alpha7_fixture/etc/control.env" "$alpha7_fixture/original.env" command install "${arguments[@]}" } chown() { :; } + repair_mesh_state_permissions() { :; } source <(printf '%s\n%s\n%s\n%s\n' \ "$validate_control_state_migration_definition" \ "$prepare_control_state_definition" \ @@ -372,6 +373,7 @@ tar -C "$archive_root" -czf "$recovery_fixture/bootstrap-backups/alpha7.tar.gz" command install "${arguments[@]}" } chown() { :; } + repair_mesh_state_permissions() { :; } source <(printf '%s\n%s\n%s\n' \ "$record_control_legacy_state_definition" \ "$prepare_control_state_definition" \