1 diff --git a/kitty_tests/ssh.py b/kitty_tests/ssh.py
2 index 7b3bdbeb..710aeceb 100644
3 --- a/kitty_tests/ssh.py
4 +++ b/kitty_tests/ssh.py
5 @@ -272,8 +272,6 @@ def check_bootstrap(self, sh, home_dir, login_shell='', SHELL_INTEGRATION_VALUE=
7 def check_untar_or_fail():
8 q = pty.screen_contents()
10 - raise ValueError('Untarring failed with screen contents:\n' + q)
11 return 'UNTAR_DONE' in q
12 pty.wait_till(check_untar_or_fail)
13 self.assertTrue(os.path.exists(os.path.join(home_dir, '.terminfo/kitty.terminfo')))