Forgot to change test for new zsh shell integration code

This commit is contained in:
Kovid Goyal
2021-11-27 07:49:32 +05:30
parent f6e0eb4005
commit 16b4a4fa80

View File

@@ -53,7 +53,7 @@ class TestBuild(BaseTest):
from kitty.constants import (
logo_png_file, shell_integration_dir, terminfo_dir
)
zsh = os.path.join(shell_integration_dir, 'kitty.zsh')
zsh = os.path.join(shell_integration_dir, 'zsh')
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}')