mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Don't use a config file in tests.
This commit is contained in:
@ -10,7 +10,8 @@ $TMUX kill-server 2>/dev/null
|
||||
TMP=$(mktemp)
|
||||
trap "rm -f $TMP" 0 1 15
|
||||
|
||||
$TMUX new -d -x10 -y10 "cat cursor-test.txt; printf '\e[8;10H'; cat" || exit 1
|
||||
$TMUX -f/dev/null new -d -x10 -y10 \
|
||||
"cat cursor-test.txt; printf '\e[8;10H'; cat" || exit 1
|
||||
$TMUX set -g window-size manual || exit 1
|
||||
|
||||
$TMUX display -pF '#{cursor_x} #{cursor_y} #{cursor_character}' >>$TMP
|
||||
|
Reference in New Issue
Block a user