integration-cli: requirements: fix typo

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2015-11-06 12:15:42 +01:00
parent f1834153de
commit 313b85fa47
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ var (
} }
SameHostDaemon = testRequirement{ SameHostDaemon = testRequirement{
func() bool { return isLocalDaemon }, 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{ UnixCli = testRequirement{
func() bool { return isUnixCli }, func() bool { return isUnixCli },