remove second dir

pull/8616/head
Megan Marsh 6 years ago
parent 69e7d39fd3
commit 6eda9504c9

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

Loading…
Cancel
Save