Test fish omitting certain commands

This commit is contained in:
David Dworken 2022-10-19 18:01:16 -07:00
parent 6e4be9c6a1
commit 54679dc2db

View File

@ -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