Browse code

Rename TestStartSilentAttach to TestStartAttachSilent

Signed-off-by: Megan Kostick <mkostick@us.ibm.com>

Megan Kostick authored on 2015/04/11 02:45:38
Showing 1 changed files
... ...
@@ -69,7 +69,7 @@ func TestStartAttachCorrectExitCode(t *testing.T) {
69 69
 	logDone("start - correct exit code returned with -a")
70 70
 }
71 71
 
72
-func TestStartSilentAttach(t *testing.T) {
72
+func TestStartAttachSilent(t *testing.T) {
73 73
 	defer deleteAllContainers()
74 74
 
75 75
 	name := "teststartattachcorrectexitcode"