test(install): enhance broken pipe test to assert no stderr output
Replaces silent failure check with explicit assertion to ensure no stderr is produced on broken pipe, improving test reliability and debugging clarity.
1601026
1 month ago
by mattsu2020
-2.08%
refactor(install): extract platform-specific logic into module
- Move owner/group resolution, umask, and path handling into platform module
- Simplify install.rs by removing inline platform conditionals and unused imports
- Improve maintainability and portability by centralizing platform-specific behavior