Remove some unused code from the tests

This commit is contained in:
Peter Ammon
2024-12-08 13:38:27 -08:00
parent 56a1403350
commit c97b1a992c
13 changed files with 0 additions and 34 deletions

View File

@@ -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,