Skip to content

Commit

Permalink
modify test to pass with tip in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Oct 2, 2017
1 parent 87f3cf9 commit 18ba26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon_test.go
Expand Up @@ -298,7 +298,7 @@ func TestSignalsUDOT(t *testing.T) {
if status, err = ctl.GetStatus(filepath.Join(sdir, "immortal.sock")); err != nil {
t.Fatal(err)
}
expect(t, "_test/immortal.test -test.run=TestHelperProcessSignalsUDOT --", status.Cmd)
expect(t, true, strings.HasSuffix(status.Cmd, "/immortal.test -test.run=TestHelperProcessSignalsUDOT --"))
expect(t, 1, int(status.Count))

// http socket client
Expand Down

0 comments on commit 18ba26a

Please sign in to comment.