mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
tests/signals: Add missing sys import
This was only used if it failed for sys.exit(1)
This commit is contained in:
parent
57102caba6
commit
1c6953ce79
@ -15,6 +15,7 @@ from time import sleep
|
||||
import os
|
||||
import signal
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
expect_prompt()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user