Reinit slice for each dir in search
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
481e75203d
commit
8be8e41429
1 changed files with 1 additions and 1 deletions
|
@ -389,8 +389,8 @@ func TestSaveDirectoryPermissions(t *testing.T) {
|
|||
}
|
||||
|
||||
found := false
|
||||
var entriesSansDev []string
|
||||
for _, entry := range dirs {
|
||||
var entriesSansDev []string
|
||||
if entry.IsDir() {
|
||||
layerPath := filepath.Join(extractionDirectory, entry.Name(), "layer.tar")
|
||||
|
||||
|
|
Loading…
Reference in a new issue