| Index: sdk/lib/_internal/pub/test/lish/archives_and_uploads_a_package_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/lish/archives_and_uploads_a_package_test.dart b/sdk/lib/_internal/pub/test/lish/archives_and_uploads_a_package_test.dart
|
| index b699d2f433ad132f2bf2c069f480f40617100732..4e65965c5ad84939f10f2045cfb19a64e6ae83b0 100644
|
| --- a/sdk/lib/_internal/pub/test/lish/archives_and_uploads_a_package_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/lish/archives_and_uploads_a_package_test.dart
|
| @@ -31,12 +31,8 @@ main() {
|
| request.response.close();
|
| });
|
|
|
| - // TODO(rnystrom): The confirm line is run together with this one because
|
| - // in normal usage, the user will have entered a newline on stdin which
|
| - // gets echoed to the terminal. Do something better here?
|
| - expect(pub.nextLine(), completion(equals(
|
| - 'Looks great! Are you ready to upload your package (y/n)?'
|
| - ' Package test_pkg 1.0.0 uploaded!')));
|
| + expect(pub.nextLine(),
|
| + completion(equals('Package test_pkg 1.0.0 uploaded!')));
|
| pub.shouldExit(0);
|
| });
|
|
|
|
|