From 15e265f2097c4ba79a7bd605b3e2fa2f9a3e0c1b Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 25 Apr 2021 13:30:52 +0200 Subject: [PATCH] Don't read user configuration in tmux-complete test As discussed in https://github.com/fish-shell/fish-shell/commit/7a556ec6f21f16b528be3fb94f5160e2209c3cbf#commitcomment-49671741 --- tests/checks/tmux-complete.fish | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/checks/tmux-complete.fish b/tests/checks/tmux-complete.fish index 03e1908d9..4dd86aed2 100644 --- a/tests/checks/tmux-complete.fish +++ b/tests/checks/tmux-complete.fish @@ -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