Index: Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py |
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py b/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py |
index 3c8d47c3392b168382b7b2894fbb8d02cb8842ee..52d3e647d3642cdd41159dcb55cadbc7556c213c 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py |
@@ -475,7 +475,7 @@ class PortTestCase(unittest.TestCase): |
def test_root_option(self): |
port = TestWebKitPort() |
port._options = MockOptions(root='/foo') |
- self.assertEqual(port._path_to_driver(), "/foo/DumpRenderTree") |
+ self.assertEqual(port._path_to_driver(), "/foo/content_shell") |
def test_test_expectations(self): |
# Check that we read the expectations file |