Merge pull request #892 from endocode/alban/functests_failure

functional tests: update string from systemd
This commit is contained in:
Alban Crequy
2015-05-12 11:48:19 +02:00
+1 -1
View File
@@ -69,7 +69,7 @@ func TestFailure(t *testing.T) {
if err != nil {
t.Fatalf("Missing hello: %v", err)
}
err = child.Expect("main process exited, code=exited, status=20")
err = child.Expect("process exited, code=exited, status=20")
if err != nil {
t.Fatalf("Missing exit status: %v", err)
}