286c3281b5
Two assertions could not fail. `dotup --yes install | tail -8` threw the status away — no set -e, no pipefail, and $? was tail's — so a run in which 36 packages failed to install still reached "E2E PASS". And the zsh login check was a `|| echo WARN` that fell straight through. Both now fail the run.