Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kustomize/filesys: Tests are failing on macOS #275

Closed
stefanprodan opened this issue May 23, 2022 · 0 comments · Fixed by #297
Closed

kustomize/filesys: Tests are failing on macOS #275

stefanprodan opened this issue May 23, 2022 · 0 comments · Fixed by #297
Labels
bug Something isn't working

Comments

@stefanprodan
Copy link
Member

--- FAIL: Test_isSecurePath (0.00s)
    --- FAIL: Test_isSecurePath/relative_symlink (0.00s)
        fs_secure_test.go:592: 
            Expected success, but got an error:
                <*errors.errorString | 0xc0001f0ef0>: {
                    s: "path '/var/folders/fm/v67j6c7n1k5g46m38yb15yvm0000gn/T/securefs-Patwt/subdir/subsubdir/symlink' is not in or below '/var/folders/fm/v67j6c7n1k5g46m38yb15yvm0000gn/T/securefs-Patwt/subdir'",
                }
                path '/var/folders/fm/v67j6c7n1k5g46m38yb15yvm0000gn/T/securefs-Patwt/subdir/subsubdir/symlink' is not in or below '/var/folders/fm/v67j6c7n1k5g46m38yb15yvm0000gn/T/securefs-Patwt/subdir'
    --- FAIL: Test_isSecurePath/absolute_symlink (0.00s)
        fs_secure_test.go:592: 
            Expected success, but got an error:
                <*errors.errorString | 0xc0001f1120>: {
                    s: "path '/var/folders/fm/v67j6c7n1k5g46m38yb15yvm0000gn/T/securefs-Pilfs/subdir/subsubdir/symlink' is not in or below '/var/folders/fm/v67j6c7n1k5g46m38yb15yvm0000gn/T/securefs-Pilfs/subdir'",
                }
                path '/var/folders/fm/v67j6c7n1k5g46m38yb15yvm0000gn/T/securefs-Pilfs/subdir/subsubdir/symlink' is not in or below '/var/folders/fm/v67j6c7n1k5g46m38yb15yvm0000gn/T/securefs-Pilfs/subdir'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant