mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
remove second dir
This commit is contained in:
parent
69e7d39fd3
commit
6eda9504c9
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue