askpass.py should be executable

This commit is contained in:
Kovid Goyal
2022-03-13 14:48:11 +05:30
parent 2b06ca5e1a
commit 441ea7d696
2 changed files with 2 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ class TestBuild(BaseTest):
self.assertTrue(os.path.isdir(terminfo_dir), f'Terminfo dir: {terminfo_dir}')
self.assertTrue(os.path.exists(logo_png_file), f'Logo file: {logo_png_file}')
self.assertTrue(os.path.exists(zsh), f'Shell integration: {zsh}')
self.assertTrue(os.access(os.path.join(shell_integration_dir, 'ssh', 'askpass.py'), os.X_OK))
def test_ca_certificates(self):
import ssl