summaryrefslogtreecommitdiff
path: root/scripts/Expect.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Expect.py')
-rwxr-xr-xscripts/Expect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Expect.py b/scripts/Expect.py
index 985e5c80e5b..cc92aff163e 100755
--- a/scripts/Expect.py
+++ b/scripts/Expect.py
@@ -334,7 +334,6 @@ atexit.register(cleanup)
def signal_handler(signal, frame):
cleanup()
sys.exit(0)
-signal.signal(signal.SIGINT, signal_handler)
signal.signal(signal.SIGTERM, signal_handler)
class Expect (object):