From ded2aeab2e2041f569c55f0147e2371e9d484444 Mon Sep 17 00:00:00 2001 From: Chris Hines Date: Mon, 23 Nov 2015 13:25:26 -0500 Subject: [PATCH] Include Executor_Open_Invalid in test suite. --- client/driver/executor/test_harness_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/driver/executor/test_harness_test.go b/client/driver/executor/test_harness_test.go index 7bfa42dfb..d2e0b74e5 100644 --- a/client/driver/executor/test_harness_test.go +++ b/client/driver/executor/test_harness_test.go @@ -140,6 +140,7 @@ func testExecutor(t *testing.T, buildExecutor func() Executor, compatible func(* Executor_Start_Wait(t, command) Executor_Start_Kill(t, command) Executor_Open(t, command, buildExecutor) + Executor_Open_Invalid(t, command, buildExecutor) } type buildExecCommand func(name string, args ...string) Executor