From 95c1d765445b429dc96d71ede03bc948be6ea870 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Mon, 8 Aug 2016 18:58:49 -0700 Subject: [PATCH] Fix ConfigMerge test with chroot config --- command/agent/config_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/agent/config_test.go b/command/agent/config_test.go index 830601228..b83454bb1 100644 --- a/command/agent/config_test.go +++ b/command/agent/config_test.go @@ -139,6 +139,7 @@ func TestConfig_Merge(t *testing.T) { "foo": "bar", "baz": "zip", }, + ChrootEnv: map[string]string{}, ClientMaxPort: 20000, ClientMinPort: 22000, NetworkSpeed: 105,