2016-09-09 14:03:05 +02:00
|
|
|
diff --git a/integration-cli/docker_cli_info_test.go b/integration-cli/docker_cli_info_test.go
|
2017-03-05 04:07:44 +01:00
|
|
|
index 62ce7e2..46516f9 100644
|
2016-09-09 14:03:05 +02:00
|
|
|
--- a/integration-cli/docker_cli_info_test.go
|
|
|
|
+++ b/integration-cli/docker_cli_info_test.go
|
2017-03-05 04:07:44 +01:00
|
|
|
@@ -40,7 +40,7 @@ func (s *DockerSuite) TestInfoEnsureSucceeds(c *check.C) {
|
2016-09-09 14:03:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
if DaemonIsLinux.Condition() {
|
|
|
|
- stringsToCheck = append(stringsToCheck, "Runtimes:", "Default Runtime: runc")
|
|
|
|
+ stringsToCheck = append(stringsToCheck, "Runtimes:", "Default Runtime: oci")
|
|
|
|
}
|
|
|
|
|
2017-03-05 04:07:44 +01:00
|
|
|
if experimentalDaemon {
|