| Index: sdk/lib/_internal/pub/test/run/nonexistent_script_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/run/nonexistent_script_test.dart b/sdk/lib/_internal/pub/test/run/nonexistent_script_test.dart
|
| index ce385fc0dd9b66a487aa906055b836674412473c..973844456242f12eff40ca852cb698180b1e81b9 100644
|
| --- a/sdk/lib/_internal/pub/test/run/nonexistent_script_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/run/nonexistent_script_test.dart
|
| @@ -15,7 +15,7 @@ main() {
|
| d.appPubspec()
|
| ]).create();
|
|
|
| - var pub = pubRun(args: ["script"]);
|
| + var pub = pubRun(args: ["bin/script"]);
|
| pub.stderr.expect("Could not find ${p.join("bin", "script.dart")}.");
|
| pub.shouldExit(exit_codes.NO_INPUT);
|
| });
|
|
|