| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py
|
| index 4e381b6c9f981e9bfecc94f20ec06ca9dfbcc455..ca3c7cf6bdb9d3d9f4942a9015eae610d9a9f059 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py
|
| @@ -419,8 +419,6 @@ class Driver(object):
|
| command = self.test_to_uri(driver_input.test_name)
|
| else:
|
| command = self._port.abspath_for_test(driver_input.test_name)
|
| - if sys.platform == 'cygwin':
|
| - command = path.cygpath(command)
|
|
|
| assert not driver_input.image_hash or driver_input.should_run_pixel_test
|
|
|
|
|