| Index: sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart b/sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart
|
| index bcd690de9301432ce94e323d49558bb2c9db33a6..a259291e4b623e04655ff066408742a74d73e7e3 100644
|
| --- a/sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart
|
| @@ -41,7 +41,7 @@ main() {
|
| ])
|
| ]).create();
|
|
|
| - var pub = pubRun(args: ["script"]);
|
| + var pub = pubRun(args: ["bin/script"]);
|
|
|
| pub.stdout.expect("ready");
|
| for (var signal in _catchableSignals) {
|
|
|