aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2016-02-02 18:13:08 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2016-02-02 18:13:08 -0800
commit1b8face1a37ceb0da3e57645200d5dc97360a4ee (patch)
treeff5fea96b2df145e1cf69601f94d6ded263a2ae8 /tests
parentb4a44deb7b7e5df9ec929f312600dd9e46acd047 (diff)
Fix t-binding test for new escape behavior
Diffstat (limited to 'tests')
-rw-r--r--tests/bind.expect6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/bind.expect b/tests/bind.expect
index 42cd3409..8af3ddab 100644
--- a/tests/bind.expect
+++ b/tests/bind.expect
@@ -39,7 +39,11 @@ expect_prompt -re {\r\nTAXT\r\n} {
# Test 't' binding that contains non-zero arity function (forward-jump) followed
# by another function (and) https://github.com/fish-shell/fish-shell/issues/2357
-send_line "\033ddiecho TEXT\033hhtTrN"
+send "\033"
+sleep 0.500
+send "ddiecho TEXT\033"
+sleep 0.500
+send "hhtTrN\r"
expect_prompt -re {\r\nTENT\r\n} {
puts "t-binding success"
} -nounmatched -re {\r\nfail} {