| Index: test/run/runs_app_in_entrypoint_test.dart
|
| diff --git a/test/run/runs_app_in_entrypoint_test.dart b/test/run/runs_app_in_entrypoint_test.dart
|
| index aebf932d73aef703326d89bed6b9d68157089e8d..da571cb014f7a45505e6b70074ed0e78c55915c2 100644
|
| --- a/test/run/runs_app_in_entrypoint_test.dart
|
| +++ b/test/run/runs_app_in_entrypoint_test.dart
|
| @@ -24,7 +24,7 @@ main() {
|
| ])
|
| ]).create();
|
|
|
| - var pub = pubRun(args: ["bin/script"]);
|
| + var pub = pubRun(args: ["bin/script"], shouldGetFirst: true);
|
| pub.stdout.expect("stdout output");
|
| pub.stderr.expect("stderr output");
|
| pub.shouldExit(123);
|
|
|