# HG changeset patch # User Matt Harbison # Date 1450304557 18000 # Node ID f121cf57ca9a2d50c3e24aeec0353abcdc68a63f # Parent 52ae742c8035f0fafff6d47cf45a8ffd2c403de6 tests: convert directory separators to '/' for MSYS in test-check-py-compat This is the same fix as 8c1d7a0e737b. diff -r 52ae742c8035 -r f121cf57ca9a tests/test-check-py3-compat.t --- a/tests/test-check-py3-compat.t Wed Dec 16 17:17:36 2015 -0500 +++ b/tests/test-check-py3-compat.t Wed Dec 16 17:22:37 2015 -0500 @@ -2,7 +2,7 @@ $ cd "$TESTDIR"/.. - $ hg files 'set:(**.py)' | xargs python contrib/check-py3-compat.py + $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py contrib/casesmash.py not using absolute_import contrib/check-code.py not using absolute_import contrib/check-code.py requires print_function