Fix fish_indent_interrupt CI workaround

This commit is contained in:
Johannes Altmanninger
2026-02-08 13:57:46 +11:00
parent a897a26daa
commit 28c7e7173f

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
from pexpect_helper import SpawnedProc
import os
import os, sys
if "CI" in os.environ:
sys.exit(127)