From 94b9559bfad2d1ffcaa6681845a0115ded457845 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 3 Jun 2014 20:31:19 +0100 Subject: [PATCH] Use full tmux command names rather than aliases --- test/libexec/tmuxifier-tmux.test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/libexec/tmuxifier-tmux.test.sh b/test/libexec/tmuxifier-tmux.test.sh index fa54e00..0ed39df 100755 --- a/test/libexec/tmuxifier-tmux.test.sh +++ b/test/libexec/tmuxifier-tmux.test.sh @@ -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}\"" \