mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -03:00
tests/signals: Add missing sys import
This was only used if it failed for sys.exit(1)
This commit is contained in:
@@ -15,6 +15,7 @@ from time import sleep
|
||||
import os
|
||||
import signal
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
expect_prompt()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user