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

Windows test fixes #45

Closed
wants to merge 3 commits into from
Closed

Commits on Oct 2, 2012

  1. Ignore errors setting locale in datetime tests

    Stops the test from bailing out on Strawberry 5.14.2/win-xp (sqitchersgh-44).
    rwstauner committed Oct 2, 2012
    Copy the full SHA
    8d655e0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    17a06ec View commit details
    Browse the repository at this point in the history
  3. Don't re-copy file if mtimes are equal

    Win32::CopyFile() copies all file attributes (including times)
    so they are equal (rather than one being older).
    rwstauner committed Oct 2, 2012
    Copy the full SHA
    a282090 View commit details
    Browse the repository at this point in the history