Dont create SHM files in the bootstrap limit and related tests

This commit is contained in:
Kovid Goyal
2023-02-28 13:16:00 +05:30
parent 935a36f5a8
commit 8729717229
2 changed files with 6 additions and 2 deletions

View File

@@ -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 {