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

test: fix truncation of argv #12110

Closed
wants to merge 1 commit into from

Commits on Mar 29, 2017

  1. test: fix truncation of argv

    Currently argv_[1] and argv_[2] are getting truncated by one character
    because of an incorrect addition of one to account for the null
    character. I only noticed this when working on nodejs#12087, but that fix
    will probably not get included in favor of a JavaScript test so I'm
    adding this separate commit for it.
    
    Refs: nodejs#12087
    danbev committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    32d9f3f View commit details
    Browse the repository at this point in the history