diff --git a/packer_test/lib/suite.go b/packer_test/lib/suite.go index d9d3a0221..4d22ca9cb 100644 --- a/packer_test/lib/suite.go +++ b/packer_test/lib/suite.go @@ -73,9 +73,6 @@ func InitBaseSuite(t *testing.T) (*PackerTestSuite, func()) { } ts.pluginsDirectory = tempDir - defer func() { - }() - packerPath := os.Getenv("PACKER_CUSTOM_PATH") if packerPath == "" { var err error