aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/interactive.fish
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-10-18 21:11:21 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-10-18 21:12:12 +0800
commit55abe105ea86888981a01e5e30d2c288b045ddcd (patch)
tree3f3e885a17816aec48966329500ddd9edb5ab4d7 /tests/interactive.fish
parent0006d23df82fd10c37acecc5a0fd578afb3be437 (diff)
tests/bind.expect: re-enable but at human typing speed only
The interactive bind tests work if the keys are treated like there is a human pressing them. This reverts commit 0006d23df82fd10c37acecc5a0fd578afb3be437.
Diffstat (limited to 'tests/interactive.fish')
-rw-r--r--tests/interactive.fish2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/interactive.fish b/tests/interactive.fish
index e6280231..ad53e262 100644
--- a/tests/interactive.fish
+++ b/tests/interactive.fish
@@ -66,8 +66,6 @@ end
set -l failed
for i in *.expect
- # HACK: Explicitly disable the bind test until we can figure out what to do with it
- contains -- $i bind.expect; and continue
if not test_file $i
set failed $failed $i
end