| Index: sdk/lib/_internal/pub/test/get/git/check_out_with_trailing_slash_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/git/check_out_with_trailing_slash_test.dart b/sdk/lib/_internal/pub/test/get/git/check_out_with_trailing_slash_test.dart
|
| similarity index 98%
|
| rename from sdk/lib/_internal/pub/test/install/git/check_out_with_trailing_slash_test.dart
|
| rename to sdk/lib/_internal/pub/test/get/git/check_out_with_trailing_slash_test.dart
|
| index f1b0041290839069d17e19d372b3e9ca5e3ebf91..e49e508872d321b6b59a02ec8116375c98da58bf 100644
|
| --- a/sdk/lib/_internal/pub/test/install/git/check_out_with_trailing_slash_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/get/git/check_out_with_trailing_slash_test.dart
|
| @@ -22,7 +22,7 @@ main() {
|
|
|
| d.appDir({"foo": {"git": "../foo.git/"}}).create();
|
|
|
| - pubInstall();
|
| + pubGet();
|
|
|
| d.dir(cachePath, [
|
| d.dir('git', [
|
|
|