Skip to content

Fix "translates custom oids to their long name" test#488

Open
anthonyryan1 wants to merge 1 commit into
OpenVoxProject:mainfrom
anthonyryan1:main
Open

Fix "translates custom oids to their long name" test#488
anthonyryan1 wants to merge 1 commit into
OpenVoxProject:mainfrom
anthonyryan1:main

Conversation

@anthonyryan1

Copy link
Copy Markdown
Contributor

Previously, this test used puppet from $PATH on Linux, and if you ran the test suite in a git repo, it would accidentally test the puppet version that was already installed on the system (rather than the one you are actively working on), and the test would fail if puppet was not installed.

I fixed the test to use a relative puppet path, so that we aren't getting accidentaly pass/fail from the wrong binary.

Checklist

I have:

@Sharpie Sharpie left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Makes sense to me. Thanks for the fix!

@Sharpie

Sharpie commented Jul 14, 2026

Copy link
Copy Markdown
Member

@anthonyryan1 you will need to sign the commit with a SSH or GPG key in order for this pull request to be mergable.

Previously, this test used puppet from $PATH on Linux, and if you
ran the test suite in a git repo, it would accidentally test the
puppet version that was already installed on the system (rather than
the one you are actively working on), and the test would fail if
puppet was not installed.

I fixed the test to use a relative puppet path, so that we aren't
getting accidentaly pass/fail from the wrong binary.

Signed-off-by: Anthony Ryan <anthonyryan1@gmail.com>
@anthonyryan1

Copy link
Copy Markdown
Contributor Author

Added my SSH git signature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants