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

path: fixing a test that breaks on some machines. #6067

Closed

Commits on Apr 5, 2016

  1. path: fixing a test that breaks on some machines.

    A win32-only test was verifying that path.win32._makeLong('C:')
    would return the current working directory.  This would only work if
    current working directory was also on the C: device.  Fix is to grab
    the device letter for current working directory, and pass that to
    _makeLong().
    Mike Kaufman committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    9a33347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    146b83e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

  1. fixing indentation per PR comments

    Mike Kaufman committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    2508595 View commit details
    Browse the repository at this point in the history