diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-11 12:57:49 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-11 12:57:49 -0500 |
| commit | d3c93c43edd91390820652bf452037cbf5320c49 (patch) | |
| tree | 83b2cb92f28a64f0754abf3b6c51e7cf7461e48e /.gitignore | |
| parent | bb6e82535e3aa386c7175e36544c1dfcaae3aea1 (diff) | |
| download | archsetup-d3c93c43edd91390820652bf452037cbf5320c49.tar.gz archsetup-d3c93c43edd91390820652bf452037cbf5320c49.zip | |
fix(testing): lingering check could never pass — ls output broke the capture
The check captured 'ls path && echo yes', so a present linger file produced 'path\nyes', which never string-equals yes — every run warned regardless of actual state. Forensics on a kept VM showed lingering correctly enabled all along (file present mid-install, loginctl Linger=yes, logind healthy): the original VM-artifact hypothesis was wrong, archsetup's enable-linger calls were always fine. test -e captures cleanly; verified returning 'yes' against the live VM.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
