removed TF_ACC setter

This commit is contained in:
Brandon Tosch 2017-03-05 18:07:19 -08:00
parent 8fa69da1c8
commit c2565497e6
1 changed files with 3 additions and 5 deletions

View File

@ -7,11 +7,10 @@ import (
"testing"
"github.com/Azure/azure-sdk-for-go/arm/compute"
"github.com/Azure/azure-sdk-for-go/arm/disk"
"github.com/hashicorp/terraform/helper/acctest"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform"
"os"
"github.com/Azure/azure-sdk-for-go/arm/disk"
)
func TestAccAzureRMVirtualMachine_basicLinuxMachine(t *testing.T) {
@ -404,7 +403,6 @@ func TestAccAzureRMVirtualMachine_deleteVHDOptIn(t *testing.T) {
}
func TestAccAzureRMVirtualMachine_deleteManagedDiskOptIn(t *testing.T) {
os.Setenv("TF_ACC", "1")
var vm compute.VirtualMachine
var osd string
var dtd string