Merge pull request #12271 from kostickm/12119-rename-TestStartSilentAttach

Rename TestStartSilentAttach to TestStartAttachSilent
This commit is contained in:
Doug Davis
2015-04-10 12:20:37 -07:00

View File

@@ -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"