a73x

4df85e37

test: the rm sweep stops listing files no leg writes

a73x   2026-08-25 09:43

Commit message
test: the rm sweep stops listing files no leg writes

$OUT.lpdb and $OUT.lpdb.err were named in the trap cleanup but created
nowhere: the layout-degrade leg drives its second client through a pty
capture (lpdcap/lpdpc), not a piped pair. A sweep entry for a file that
cannot exist reads as coverage the suite does not have.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

test/e2e.sh
Old New
@@ -1452,7 +1452,7 @@ cleanup() {
1452 "$OUT.lphc" "$OUT.lphc.err" "$OUT.lphcap1" "$OUT.lphcap1.err" \ 1452 "$OUT.lphc" "$OUT.lphc.err" "$OUT.lphcap1" "$OUT.lphcap1.err" \
1453 "$OUT.lphpc1" "$OUT.lphcap2" "$OUT.lphcap2.err" "$OUT.lphpc2" \ 1453 "$OUT.lphpc1" "$OUT.lphcap2" "$OUT.lphcap2.err" "$OUT.lphpc2" \
1454 "$OUT.lphfa" "$OUT.lphstop" "$SOCK60" \ 1454 "$OUT.lphfa" "$OUT.lphstop" "$SOCK60" \
1455 "$OUT.lpd.d" "$OUT.lpda" "$OUT.lpda.err" "$OUT.lpdb" "$OUT.lpdb.err" \ 1455 "$OUT.lpd.d" "$OUT.lpda" "$OUT.lpda.err" \
1456 "$OUT.lpdcap" "$OUT.lpdcap.err" "$OUT.lpdpc" \ 1456 "$OUT.lpdcap" "$OUT.lpdcap.err" "$OUT.lpdpc" \
1457 "$OUT.lpdfa" "$OUT.lpdstop" "$SOCK61" 1457 "$OUT.lpdfa" "$OUT.lpdstop" "$SOCK61"
1458 # ...and the non-tty capture that leg's session feeds. 1458 # ...and the non-tty capture that leg's session feeds.