Browse code

integration-cli: requirements: fix typo

Signed-off-by: Antonio Murdaca <runcom@redhat.com>

Antonio Murdaca authored on 2015/11/06 20:15:42
Showing 1 changed files
... ...
@@ -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 },