-
-
Notifications
You must be signed in to change notification settings - Fork 12
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 Windows symlinks is-outside-dir bug #47
base: master
Are you sure you want to change the base?
Conversation
mm. looks like tests are doing something wrong. |
3rd attempt. cloned, checked locally, but I'm on a customer's computer and for some reason github does not let me push to my own cloned repo because of some SSO mess-up, so I push it yet again via the online editor... :P
lol. the project's own test suite fails on |
WTF. and this time the right file!
|
||
t.test('is not fooled by junctions (win32)', async t => { | ||
const origRealPathSync = fs.realpathSync; | ||
fs.realpathSync = s => s.replace(/symlink/, 'truedir'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LMK if you prefer stubbing fs.realpathSync
as part of testHelper
knock, knock? anyone home? |
@mojavelinux @isaacs @xdissent @shernshiou anybody home? |
@osher I do not maintain this project. Please do not ping me. |
Sorry, I thought that the auto-completion for tags offers the maintainers... 😛 |
How do I find the maintainers.... maybe I'll try frequent committers... |
anybody home 😮 |
ECHO echo (echo) (...) |
closes #46
The motive is: istanbuljs/nyc#1381