packer_test: remove empty defer func in suite init

pull/13148/head
Lucas Bajolet 2 years ago
parent 7d176daef0
commit 1332690828

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

Loading…
Cancel
Save