mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-04 07:21:14 -03:00
Remove some unused code from the tests
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
from pexpect_helper import SpawnedProc
|
||||
import subprocess
|
||||
import sys
|
||||
from time import sleep
|
||||
import os
|
||||
|
||||
os.environ["fish_escape_delay_ms"] = "10"
|
||||
SpawnedProc()
|
||||
sp = SpawnedProc()
|
||||
send, sendline, sleep, expect_prompt, expect_re, expect_str = (
|
||||
sp.send,
|
||||
|
||||
Reference in New Issue
Block a user