# HG changeset patch # User Matt Harbison # Date 2015-12-16 22:22:37 # 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 --git a/tests/test-check-py3-compat.t b/tests/test-check-py3-compat.t --- a/tests/test-check-py3-compat.t +++ b/tests/test-check-py3-compat.t @@ -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