This commit is contained in:
pagedown
2022-02-23 20:05:30 +08:00
parent 8ca92e0536
commit 9c05481f14

View File

@@ -126,7 +126,6 @@ RPS1="{rps1}"
pty.write_to_child('\x04')
pty.wait_till(lambda: pty.screen.cursor.shape == CURSOR_BEAM)
@unittest.skipUnless(shutil.which('fish'), 'fish not installed')
def test_fish_integration(self):
fish_prompt, right_prompt = 'left>', '<right'