mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Use full tmux command names rather than aliases
This commit is contained in:
@@ -9,8 +9,8 @@ source "${root}/lib/util.sh"
|
||||
# Setup.
|
||||
libexec="${root}/libexec"
|
||||
export TMUXIFIER_TMUX_OPTS="-L tmuxifier-tests"
|
||||
tmux $TMUXIFIER_TMUX_OPTS new -d -s foobar
|
||||
tmux $TMUXIFIER_TMUX_OPTS new -d -s dude
|
||||
tmux $TMUXIFIER_TMUX_OPTS new-session -d -s foobar
|
||||
tmux $TMUXIFIER_TMUX_OPTS new-session -d -s dude
|
||||
|
||||
# Passes all arguments to Tmux.
|
||||
assert "${libexec}/tmuxifier-tmux list-sessions -F \"- #{session_name}\"" \
|
||||
|
||||
Reference in New Issue
Block a user