command/init: use a more semantic name to identiy the test routine for issue 518

This commit is contained in:
Emil Hessman 2014-11-20 19:17:04 +01:00
parent a76290f278
commit 31dd7d8391
1 changed files with 1 additions and 1 deletions

View File

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