Update testutil/vault.go

Co-Authored-By: dantoml <dani@tomlinson.io>
This commit is contained in:
Michael Schurter
2019-01-15 22:02:41 +01:00
committed by Danielle Tomlinson
parent 9e4e2d812d
commit f40d243cbd

View File

@@ -171,6 +171,7 @@ func (tv *TestVault) Start() error {
tv.waitCh = make(chan error, 1)
go func() {
// Must call Start and Wait in the same goroutine on Windows #5174
if err := tv.cmd.Start(); err != nil {
tv.waitCh <- err
return