Browse Source

test: replace one more BoolFalse with agent.Bool()

pull/3095/head
Frank Schroeder 8 years ago
parent
commit
db15cd847a
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
  1. 2
      command/exec_test.go

2
command/exec_test.go

@ -31,7 +31,7 @@ func TestExecCommand_implements(t *testing.T) {
func TestExecCommandRun(t *testing.T) {
t.Parallel()
cfg := agent.TestConfig()
cfg.DisableRemoteExec = &agent.BoolFalse
cfg.DisableRemoteExec = agent.Bool(false)
a := agent.NewTestAgent(t.Name(), cfg)
defer a.Shutdown()

Loading…
Cancel
Save