| Index: mojo/tools/data/apptests
|
| diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
|
| index 2eef61b53edc939978c71a769f226ca53b347822..a38ef58d6cab586feaa9181d3913a5446f517cfd 100644
|
| --- a/mojo/tools/data/apptests
|
| +++ b/mojo/tools/data/apptests
|
| @@ -47,8 +47,9 @@ if config.target_os == config.OS_LINUX:
|
| },
|
| {
|
| "test": "mojo:mojo_url_redirector_apptests",
|
| - "test-args": ["--address=0.0.0.0:49152"],
|
| - "shell-args": ["--args-for=mojo:mojo_url_redirector 0.0.0.0:49152"],
|
| + "test-args": ["--redirector_port=49152",
|
| + "--app_location_files_port=49153"],
|
| + "shell-args": ["--args-for=mojo:mojo_url_redirector 0.0.0.0:49152 http://localhost:49153"],
|
| }
|
| ]
|
|
|
|
|