Forgot to change test for new zsh shell integration code
This commit is contained in:
parent
f6e0eb4005
commit
16b4a4fa80
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ def test_filesystem_locations(self) -> None:
|
|||
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}')
|
||||
|
|
|
|||
Loading…
Reference in a new issue