Cleanup various test related things

This commit is contained in:
Kovid Goyal
2025-04-07 04:34:12 +05:30
parent 1d798afd1c
commit f578e8d25b
2 changed files with 17 additions and 10 deletions

View File

@@ -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')))