remove second dir

This commit is contained in:
Megan Marsh 2020-01-27 16:20:59 -08:00
parent 69e7d39fd3
commit 6eda9504c9
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ func TestEnvVarPackerPluginPath_MultiplePaths(t *testing.T) {
if err != nil {
t.Fatalf("Failed to create a temporary test dir.")
}
defer os.Remove(decoyDir)
pluginPath := dir + pathsep + decoyDir