mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
tests: Specifically #require fish_test_helper when needed
This commit is contained in:
@@ -12,6 +12,10 @@ send, sendline, expect_prompt, expect_str, sleep = (
|
||||
sp.sleep,
|
||||
)
|
||||
|
||||
if not os.environ.get("fish_test_helper", ""):
|
||||
import sys
|
||||
sys.exit(127)
|
||||
|
||||
# Launch fish_test_helper.
|
||||
expect_prompt()
|
||||
exe_path = os.environ.get("fish_test_helper")
|
||||
|
||||
Reference in New Issue
Block a user