Fix tests; Update go-merkle API

This commit is contained in:
Jae Kwon
2016-12-06 02:15:32 -08:00
parent 40448a3897
commit 5e83e481bf
4 changed files with 5 additions and 4 deletions
+1
View File
@@ -17,6 +17,7 @@ func StartApp(tmspApp string) *process.Process {
// Start the app
//outBuf := NewBufferCloser(nil)
proc, err := process.StartProcess("tmsp_app",
"",
"bash",
[]string{"-c", tmspApp},
nil,