integration-cli: requirements: fix typo

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Upstream-commit: 313b85fa47c0080feb0d5887903df9b74f0701bf
Component: engine
This commit is contained in:
Antonio Murdaca
2015-11-06 12:15:42 +01:00
parent 920a8605ab
commit b9c3e2329d
@@ -43,7 +43,7 @@ var (
}
SameHostDaemon = testRequirement{
func() bool { return isLocalDaemon },
"Test requires docker daemon to runs on the same machine as CLI",
"Test requires docker daemon to run on the same machine as CLI",
}
UnixCli = testRequirement{
func() bool { return isUnixCli },