mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 02:02:14 +02:00
Dont create SHM files in the bootstrap limit and related tests
This commit is contained in:
@@ -49,6 +49,7 @@ func basic_connection_data(overrides ...string) *connection_data {
|
||||
ans := &connection_data{
|
||||
script_type: "sh", request_id: "123-123", remote_args: []string{},
|
||||
username: "testuser", hostname_for_match: "host.test",
|
||||
dont_create_shm: true,
|
||||
}
|
||||
opts, bad_lines, err := load_config(ans.hostname_for_match, ans.username, overrides, "")
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user