test: isolate control state fixture
This commit is contained in:
parent
c8149e3c16
commit
d16fe7e78e
1 changed files with 1 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ printf '%s' backup >"$control_state_fixture/backups/manifest.json"
|
||||||
command install "${arguments[@]}"
|
command install "${arguments[@]}"
|
||||||
}
|
}
|
||||||
chown() { :; }
|
chown() { :; }
|
||||||
|
repair_mesh_state_permissions() { :; }
|
||||||
source <(printf '%s\n%s\n' "$validate_control_state_migration_definition" "$prepare_control_state_definition")
|
source <(printf '%s\n%s\n' "$validate_control_state_migration_definition" "$prepare_control_state_definition")
|
||||||
validate_control_state_migration
|
validate_control_state_migration
|
||||||
prepare_control_state
|
prepare_control_state
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue