Include Executor_Open_Invalid in test suite.

This commit is contained in:
Chris Hines
2015-11-23 13:25:26 -05:00
committed by Alex Dadgar
parent 43f3c43ec0
commit ded2aeab2e

View File

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