This commit is contained in:
pagedown 2022-02-23 20:05:30 +08:00
parent 8ca92e0536
commit 9c05481f14
No known key found for this signature in database
GPG Key ID: E921CF18AC8FF6EB

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'