Fix a couple of tests and add -f/dev/null to them all.

This commit is contained in:
Nicholas Marriott
2026-06-07 16:11:38 +01:00
parent 1fbc51b69f
commit e0ebae4481
34 changed files with 51 additions and 54 deletions

View File

@@ -6,7 +6,7 @@ PATH=/bin:/usr/bin
TERM=screen
[ -z "$TEST_TMUX" ] && TEST_TMUX=$(readlink -f ../tmux)
TMUX="$TEST_TMUX -Ltest"
TMUX="$TEST_TMUX -Ltest -f/dev/null"
$TMUX kill-server 2>/dev/null
TMP=$(mktemp)