aboutsummaryrefslogtreecommitdiff
path: root/scripts/testing/setup-testing-env.sh
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-11 12:57:49 -0500
committerCraig Jennings <c@cjennings.net>2026-06-11 12:57:49 -0500
commit5b519001a73d98ac7c1ab49256ac34781994f9e0 (patch)
treef26b1af65cd78ed4dae03a4220beeb834c6e4f9f /scripts/testing/setup-testing-env.sh
parentc0d83a4c75ae97d64b28f291c9f007c2bcb86d6e (diff)
downloadarchsetup-5b519001a73d98ac7c1ab49256ac34781994f9e0.tar.gz
archsetup-5b519001a73d98ac7c1ab49256ac34781994f9e0.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 'scripts/testing/setup-testing-env.sh')
0 files changed, 0 insertions, 0 deletions