...
This commit is contained in:
parent
03f9f29ce4
commit
c18ebef702
1 changed files with 0 additions and 2 deletions
|
|
@ -151,8 +151,6 @@ def test_fish_integration(self):
|
|||
pty.send_cmd_to_child('clear')
|
||||
pty.send_cmd_to_child('_ksi_test_comp')
|
||||
pty.wait_till(lambda: pty.screen_contents().count(right_prompt) == 2)
|
||||
# with open('/tmp/1.log', 'a') as logf:
|
||||
# print(str(pty.screen_contents()), file=logf)
|
||||
q = '\n'.join(str(pty.screen.line(i)) for i in range(1, pty.screen.cursor.y))
|
||||
self.ae(q, 'ok')
|
||||
self.ae(pty.last_cmd_output(), q)
|
||||
|
|
|
|||
Loading…
Reference in a new issue