integration-cli: requirements: fix typo
Signed-off-by: Antonio Murdaca <runcom@redhat.com> Upstream-commit: 313b85fa47c0080feb0d5887903df9b74f0701bf Component: engine
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user