| Index: sdk/lib/_internal/pub/test/install/git/check_out_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/git/check_out_test.dart b/sdk/lib/_internal/pub/test/install/git/check_out_test.dart
|
| index c2a4f688f65e9a39b3c97332795265ea1a7525ad..9c3636801eb8f32494b8ac363d027a9234549aa4 100644
|
| --- a/sdk/lib/_internal/pub/test/install/git/check_out_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/git/check_out_test.dart
|
| @@ -21,8 +21,7 @@ main() {
|
|
|
| d.appDir([{"git": "../foo.git"}]).create();
|
|
|
| - schedulePub(args: ['install'],
|
| - output: new RegExp(r"Dependencies installed!$"));
|
| + pubInstall();
|
|
|
| d.dir(cachePath, [
|
| d.dir('git', [
|
|
|