summaryrefslogtreecommitdiff
path: root/tests/getch.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-09-25 18:02:44 -0700
committerThomas Kluyver <takowl@gmail.com>2013-09-25 18:02:44 -0700
commita6a7923837e2a9d7129bd69b4ee2bb34cb19f955 (patch)
tree4c226974a099a9ff923e7b2d3030b03968dd07b6 /tests/getch.py
parent9eb6df99667b23fb503cff5d454604ffefeb6cbe (diff)
downloadpexpect-git-a6a7923837e2a9d7129bd69b4ee2bb34cb19f955.tar.gz
Hopefully fix problem with test_sendcontrol on Travis
Diffstat (limited to 'tests/getch.py')
-rwxr-xr-xtests/getch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/getch.py b/tests/getch.py
index cfc773d..68bd6c3 100755
--- a/tests/getch.py
+++ b/tests/getch.py
@@ -21,6 +21,7 @@ PEXPECT LICENSE
import sys, tty, termios
def main():
+ print('READY')
while True:
try:
val = ord(sys.stdin.read(1))