test-require-resolve: use case insensitive compare by piscisaureus · Pull Request #116 · nodejs/node

@piscisaureus added the wip

Issues and PRs that are still a work in progress.

label

Dec 8, 2014

@piscisaureus

The test fixtures dirrectory is derived from the path to the currently
running script, which is itself specified on the command line. That
means that the case of the fixtures dir may not match what the test
expects (when executed on a case-insensitive filesystem).

piscisaureus added a commit that referenced this pull request

Dec 9, 2014
The test fixtures directory is derived from the path to the currently
running script, which is itself specified on the command line. That
means that the case of the fixtures dir may not match what the test
expects (when executed on a case-insensitive file system).

PR-URL: #116
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>

piscisaureus added a commit to piscisaureus/node that referenced this pull request

Dec 23, 2014
The test fixtures directory is derived from the path to the currently
running script, which is itself specified on the command line. That
means that the case of the fixtures dir may not match what the test
expects (when executed on a case-insensitive file system).

PR-URL: nodejs/node#116
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>

piscisaureus added a commit to piscisaureus/node that referenced this pull request

Dec 23, 2014
The test fixtures directory is derived from the path to the currently
running script, which is itself specified on the command line. That
means that the case of the fixtures dir may not match what the test
expects (when executed on a case-insensitive file system).

PR-URL: nodejs/node#116
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>

@ghost ghost mentioned this pull request

Sep 5, 2017

This was referenced

Aug 17, 2021

This was referenced

Sep 27, 2021

This was referenced

Jul 6, 2023