Commit dab5f7c
committed
Revert $HOME redirect in fuzz harness
With "lakebox" in manualRoots and the state-write no-op guards in place,
no path through TestCountFuzz reaches the developer's home directory:
the auto-generated workspace/account commands the fuzz exercises don't
call env.UserHomeDir, and lakebox commands aren't fuzzed at all.
The redirect was defense-in-depth, but layering test-side protection on
top of code that's already correct adds noise. Drop it; reinstate
locally if a future regression makes it useful.
Co-authored-by: Isaac1 parent 8d2b6a1 commit dab5f7c
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | 92 | | |
98 | 93 | | |
99 | 94 | | |
| |||
0 commit comments