diff --git a/cmd/molecule/molecule_test.go b/cmd/molecule/molecule_test.go index ed3d4fc..f13474d 100644 --- a/cmd/molecule/molecule_test.go +++ b/cmd/molecule/molecule_test.go @@ -8,6 +8,7 @@ import ( "os" "os/exec" "path/filepath" + "runtime" "strings" "testing" )