aboutsummaryrefslogtreecommitdiff
path: root/regress/cursor-test4.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/cursor-test4.sh')
-rw-r--r--regress/cursor-test4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/cursor-test4.sh b/regress/cursor-test4.sh
index 86c14979..2bf1bb0e 100644
--- a/regress/cursor-test4.sh
+++ b/regress/cursor-test4.sh
@@ -10,7 +10,7 @@ $TMUX kill-server 2>/dev/null
TMP=$(mktemp)
trap "rm -f $TMP" 0 1 15
-$TMUX new -d -x10 -y3 "printf 'abcdef\n'; cat" || exit 1
+$TMUX -f/dev/null new -d -x10 -y3 "printf 'abcdef\n'; cat" || exit 1
$TMUX set -g window-size manual || exit 1
$TMUX display -pF '#{cursor_x} #{cursor_y} #{cursor_character}' >>$TMP