diff --git a/client/client_test.go b/client/client_test.go index ecd031b..2b12bd9 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -1739,6 +1739,7 @@ func captureTerminalOutputWithShellName(t *testing.T, tester shellTester, overri fullCommand := "" fullCommand += " tmux kill-session -t foo || true\n" fullCommand += " tmux -u new-session -d -x 200 -y 50 -s foo " + overriddenShellName + "\n" + fullCommand += " sleep 1\n" if overriddenShellName == "bash" { fullCommand += " tmux send -t foo source SPACE ~/.bashrc ENTER\n" }