diff --git a/client/client_test.go b/client/client_test.go index 7b35213..7260d24 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -1587,6 +1587,8 @@ func TestFish(t *testing.T) { sleep 0.5 tmux send -t foo echo SPACE foo ENTER sleep 0.5 + tmux send -t foo SPACE echo SPACE baz ENTER + sleep 0.5 tmux send -t foo echo SPACE bar ENTER sleep 0.5 tmux send -t foo ls SPACE /tmp/ ENTER