integration-cli: fix spelling error in test

Docker-DCO-1.1-Signed-off-by: Brandon Philips <brandon.philips@coreos.com> (github: philips)
This commit is contained in:
Brandon Philips 2014-05-21 15:08:40 -07:00
Родитель 5579bec47b
Коммит 61ac745d7a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -438,7 +438,7 @@ func TestCreateVolume(t *testing.T) {
deleteAllContainers()
logDone("run - create docker mangaed volume")
logDone("run - create docker managed volume")
}
// Test that creating a volume with a symlink in its path works correctly. Test for #5152.