From 31dd7d8391c6e19b9016a630fe3119de49fed5bc Mon Sep 17 00:00:00 2001 From: Emil Hessman Date: Thu, 20 Nov 2014 19:17:04 +0100 Subject: [PATCH] command/init: use a more semantic name to identiy the test routine for issue 518 --- command/init_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/init_test.go b/command/init_test.go index 1321fc089..ebd05e0f2 100644 --- a/command/init_test.go +++ b/command/init_test.go @@ -102,7 +102,7 @@ func TestInit_noArgs(t *testing.T) { } // https://github.com/hashicorp/terraform/issues/518 -func TestIssue518(t *testing.T) { +func TestInit_dstInSrc(t *testing.T) { dir := tempDir(t) if err := os.MkdirAll(dir, 0755); err != nil { t.Fatalf("err: %s", err)