mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Cleanup various test related things
This commit is contained in:
parent
1d798afd1c
commit
f578e8d25b
2 changed files with 17 additions and 10 deletions
|
|
@ -255,8 +255,6 @@ env COLORTERM
|
|||
|
||||
def check_untar_or_fail():
|
||||
q = pty.screen_contents()
|
||||
if 'bzip2' in q:
|
||||
raise ValueError('Untarring failed with screen contents:\n' + q)
|
||||
return 'UNTAR_DONE' in q
|
||||
pty.wait_till(check_untar_or_fail, timeout=60)
|
||||
self.assertTrue(os.path.exists(os.path.join(home_dir, '.terminfo/kitty.terminfo')))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue