summaryrefslogtreecommitdiff
path: root/tests/sigwinch_report.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-10-09 11:16:29 -0700
committerThomas Kluyver <takowl@gmail.com>2013-10-09 11:16:29 -0700
commit5ead18e1afe818fe6abfa7494c7d3655911626ec (patch)
tree8f465c1ae4de88d93b523a40c19ece1ee6159916 /tests/sigwinch_report.py
parent6c46341b69e98a523214478305916207e5c92414 (diff)
downloadpexpect-git-5ead18e1afe818fe6abfa7494c7d3655911626ec.tar.gz
Improve test for setting and retrieving window size
Diffstat (limited to 'tests/sigwinch_report.py')
-rwxr-xr-xtests/sigwinch_report.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sigwinch_report.py b/tests/sigwinch_report.py
index d86d747..626d424 100755
--- a/tests/sigwinch_report.py
+++ b/tests/sigwinch_report.py
@@ -41,6 +41,7 @@ def handler(signum, frame):
print("setting handler for SIGWINCH")
signal.signal(signal.SIGWINCH, handler)
+print("READY")
while 1:
sys.stdout.flush()