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

[Fix] install.sh: fix failing install tests from #3458 #3467

Merged
merged 3 commits into from
Nov 12, 2024

Conversation

menaechmi
Copy link
Contributor

I just saw that you merged it and your message, it seems that the urchin tests aren't run until a commit is pushed - which is why we didn't catch the test failing. (So I added that as a separate PR #3466 - under the assumption that if you merge that first, we can run the test on this PR to ensure it fixes the issue)

This should address the failing tests. I missed the line for an unset $SHELL variable in install.sh - the rest of the PR is unsetting $ZDOTDIR for the other shells test (they will fail if it remains set). Local testing verifies this passes the urchin tests, though.

@ljharb
Copy link
Member

ljharb commented Nov 12, 2024

Thanks!

@ljharb ljharb added bugs Oh no, something's broken :-( installing nvm Problems installing nvm itself labels Nov 12, 2024
Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rebased this on top of the other PR, and will land them together

@ljharb ljharb changed the title [fix] Fix failing install tests [Fix] install.sh: fix failing install tests from #3458 Nov 12, 2024
@menaechmi
Copy link
Contributor Author

Thank you for letting me fix the problem that I introduced!

@ljharb ljharb merged commit 9659af6 into nvm-sh:master Nov 12, 2024
173 of 175 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugs Oh no, something's broken :-( installing nvm Problems installing nvm itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants