Signed-off-by: Antonio Murdaca <runcom@redhat.com>
| ... | ... |
@@ -43,7 +43,7 @@ var ( |
| 43 | 43 |
} |
| 44 | 44 |
SameHostDaemon = testRequirement{
|
| 45 | 45 |
func() bool { return isLocalDaemon },
|
| 46 |
- "Test requires docker daemon to runs on the same machine as CLI", |
|
| 46 |
+ "Test requires docker daemon to run on the same machine as CLI", |
|
| 47 | 47 |
} |
| 48 | 48 |
UnixCli = testRequirement{
|
| 49 | 49 |
func() bool { return isUnixCli },
|