mirror of
https://github.com/clearlinux/rkt.git
synced 2026-09-06 13:51:45 +00:00
Merge pull request #892 from endocode/alban/functests_failure
functional tests: update string from systemd
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user