mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-13 12:09:35 +03:00
Forgot to change test for new zsh shell integration code
This commit is contained in:
parent
f6e0eb4005
commit
16b4a4fa80
@ -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}')
|
||||
|
Loading…
Reference in New Issue
Block a user