fix common misspell
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
daae58b282
commit
209fd53a0c
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ func TestFileSpecPlugin(t *testing.T) {
|
|||
addr string
|
||||
fail bool
|
||||
}{
|
||||
// TODO Windows: Factor out the unix:// varients.
|
||||
// TODO Windows: Factor out the unix:// variants.
|
||||
{filepath.Join(tmpdir, "echo.spec"), "echo", "unix://var/lib/docker/plugins/echo.sock", false},
|
||||
{filepath.Join(tmpdir, "echo", "echo.spec"), "echo", "unix://var/lib/docker/plugins/echo.sock", false},
|
||||
{filepath.Join(tmpdir, "foo.spec"), "foo", "tcp://localhost:8080", false},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue