Do not os.Exit(0) in test

This commit is contained in:
Derek Parker
2014-10-07 14:03:44 -05:00
parent c9cbaea291
commit 6562b2e531

View File

@ -226,7 +226,6 @@ func TestNext(t *testing.T) {
os.Exit(1)
case <-exited:
p.Process.Kill()
os.Exit(0)
}
}()