summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_go.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_go.rb b/test/test_go.rb
index 83d189f5..a1ea33a5 100755
--- a/test/test_go.rb
+++ b/test/test_go.rb
@@ -1846,7 +1846,7 @@ module TestShell
tmux.send_keys 'C-r'
tmux.until { |lines| lines.match_count.positive? }
end
- tmux.send_keys '3d'
+ tmux.send_keys 'e3d'
# Duplicates removed: 3d (1) + 3rd (1) => 2 matches
tmux.until { |lines| lines.match_count == 2 }
tmux.until { |lines| lines[-3].end_with? 'echo 3d' }