mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-09 17:41:36 +00:00
Fix failing test
This commit is contained in:
parent
5086c62a81
commit
e46a7c39c3
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ func basic_connection_data(overrides ...string) *connection_data {
|
|||
username: "testuser", hostname_for_match: "host.test",
|
||||
dont_create_shm: true,
|
||||
}
|
||||
opts, bad_lines, err := load_config(ans.hostname_for_match, ans.username, overrides, "")
|
||||
opts, bad_lines, err := load_config(ans.hostname_for_match, ans.username, overrides)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue