aboutsummaryrefslogtreecommitdiff
path: root/regress/cursor-test3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/cursor-test3.sh')
-rw-r--r--regress/cursor-test3.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/cursor-test3.sh b/regress/cursor-test3.sh
index bcf2898f..8bb4bd6f 100644
--- a/regress/cursor-test3.sh
+++ b/regress/cursor-test3.sh
@@ -10,7 +10,8 @@ $TMUX kill-server 2>/dev/null
TMP=$(mktemp)
trap "rm -f $TMP" 0 1 15
-$TMUX new -d -x7 -y2 "printf 'abcdefabcdefab'; printf '\e[2;7H'; cat" || exit 1
+$TMUX -f/dev/null new -d -x7 -y2 \
+ "printf 'abcdefabcdefab'; printf '\e[2;7H'; cat" || exit 1
$TMUX set -g window-size manual || exit 1
$TMUX display -pF '#{cursor_x} #{cursor_y} #{cursor_character}' >>$TMP