You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smoke.sh writes to the real ~/.aps and the runner's UserDefaults, then resets values but leaves the directory behind. Once --state-dir exists, point smoke at a mktemp dir with a trap cleanup.
Acceptance criteria
smoke.sh leaves no trace in $HOME (dir or defaults)
Still exercises the default path in at least one assertion
From PR #1 review nits.
smoke.sh writes to the real
~/.apsand the runner's UserDefaults, then resets values but leaves the directory behind. Once --state-dir exists, point smoke at a mktemp dir with a trap cleanup.Acceptance criteria