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 da571cb014f7a45505e6b70074ed0e78c55915c2..ac4f82e6d8fa916ae85d6295eee3e58c582cd45e 100644 |
--- a/test/run/runs_app_in_entrypoint_test.dart |
+++ b/test/run/runs_app_in_entrypoint_test.dart |
@@ -24,7 +24,8 @@ main() { |
]) |
]).create(); |
- var pub = pubRun(args: ["bin/script"], shouldGetFirst: true); |
+ pubGet(); |
+ var pub = pubRun(args: ["bin/script"]); |
pub.stdout.expect("stdout output"); |
pub.stderr.expect("stderr output"); |
pub.shouldExit(123); |