Skip to content

test: rename misnamed test - #20532

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:rename-misnamed-test
Closed

test: rename misnamed test#20532
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:rename-misnamed-test

Conversation

@Trott

@TrottTrott commented May 5, 2018

Copy link
Copy Markdown
Member

Rename test-fs-chdir-errormessage.js to
test-process.chdir-errormessage.js. The test is for process.chdir().
There is no fs.chdir().

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Rename test-fs-chdir-errormessage.js to
test-process.chdir-errormessage.js. The test is for process.chdir().
There is no fs.chdir().
@TrottTrott added the fast-track PRs that do not need to wait for 48 hours to land. label May 5, 2018
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 5, 2018
@Trott

Trott commented May 5, 2018

Copy link
Copy Markdown
MemberAuthor

👍 this comment if you approve fast-tracking this.

@Trott

Trott commented May 5, 2018

Copy link
Copy Markdown
MemberAuthor

@vsemozhetbytvsemozhetbyt added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 5, 2018
@addaleax

Copy link
Copy Markdown
Member

Landed in 2fda625

@addaleaxaddaleax closed this May 5, 2018
addaleax pushed a commit that referenced this pull request May 5, 2018
Rename test-fs-chdir-errormessage.js to
test-process.chdir-errormessage.js. The test is for process.chdir().
There is no fs.chdir().
PR-URL: #20532
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
MylesBorins pushed a commit that referenced this pull request May 8, 2018
Rename test-fs-chdir-errormessage.js to
test-process.chdir-errormessage.js. The test is for process.chdir().
There is no fs.chdir().
PR-URL: #20532
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request May 8, 2018
MylesBorins pushed a commit that referenced this pull request May 8, 2018
Rename test-fs-chdir-errormessage.js to
test-process.chdir-errormessage.js. The test is for process.chdir().
There is no fs.chdir().
PR-URL: #20532
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
MylesBorins pushed a commit that referenced this pull request May 9, 2018
Rename test-fs-chdir-errormessage.js to
test-process.chdir-errormessage.js. The test is for process.chdir().
There is no fs.chdir().
PR-URL: #20532
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@Trott
Trott deleted the rename-misnamed-test branch January 13, 2022 22:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.fast-trackPRs that do not need to wait for 48 hours to land.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@Trott@addaleax@cjihrig@vsemozhetbyt@trivikr@nodejs-github-bot