mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
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 @@ 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…
Add table
Add a link
Reference in a new issue