mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 20:05:46 -06:00
8f3fdd8c44
The doctor migration fixture and the temporary-state-dir helper both open the plugin state store under the fixture's directory and reset it only during setup, so Windows fails the removal with EBUSY while Linux unlinks the open files and stays green. Reset the store immediately before each removal, matching the ordering the fixtures repaired in #126352 already use.