Fix failing test

This commit is contained in:
Kovid Goyal 2025-04-23 09:07:13 +05:30
parent c2d9caeec0
commit f0f5e53dbe
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -132,7 +132,7 @@ def make_file(path, mode=None):
add('kitty --', has_words('--config', '--single-instance', '--'))
add('kitty --s', has_words('--session', '--start-as'))
add('kitty --start-as', all_words('--start-as'))
add('kitty --start-as ', all_words('minimized', 'maximized', 'fullscreen', 'normal'))
add('kitty --start-as ', all_words('minimized', 'maximized', 'fullscreen', 'normal', 'hidden'))
add('kitty -1 ', does_not_have_words('@ls', '@'))
add('kitty --directory ', all_words('bin/', 'sub/'))
add('kitty -1d ', all_words('exe1'))