Rename TestStartSilentAttach to TestStartAttachSilent

Signed-off-by: Megan Kostick <mkostick@us.ibm.com>
This commit is contained in:
Megan Kostick 2015-04-10 10:45:38 -07:00
Родитель 7cec5f50c5
Коммит e7a2e2bf7e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -69,7 +69,7 @@ func TestStartAttachCorrectExitCode(t *testing.T) {
logDone("start - correct exit code returned with -a")
}
func TestStartSilentAttach(t *testing.T) {
func TestStartAttachSilent(t *testing.T) {
defer deleteAllContainers()
name := "teststartattachcorrectexitcode"