Don't read user configuration in tmux-complete test

As discussed in 7a556ec6f2 (commitcomment-49671741)
This commit is contained in:
Johannes Altmanninger 2021-04-25 13:30:52 +02:00
parent 6aade380c1
commit 15e265f209

View File

@ -6,10 +6,6 @@
# HACK: THIS IS DISABLED for now, since it doesn't work at the moment.
#REQUIRES: false
# Don't inflict relative XDG paths on tmux, or it will be confused.
set -gx XDG_DATA_HOME (builtin realpath $XDG_DATA_HOME)
set -gx XDG_CONFIG_HOME (builtin realpath $XDG_CONFIG_HOME)
# Isolated tmux.
set -g tmpdir (mktemp -d)
set -g tmux tmux -S $tmpdir/.tmux-socket -f /dev/null