| Index: sdk/lib/_internal/pub/test/get/path/relative_path_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/path/relative_path_test.dart b/sdk/lib/_internal/pub/test/get/path/relative_path_test.dart
|
| similarity index 97%
|
| rename from sdk/lib/_internal/pub/test/install/path/relative_path_test.dart
|
| rename to sdk/lib/_internal/pub/test/get/path/relative_path_test.dart
|
| index 21b333405297a573bfe17ac716f0cd8aae9dec9a..8313f3e98db5ffa61b1627b1dd0b529a5943dbcb 100644
|
| --- a/sdk/lib/_internal/pub/test/install/path/relative_path_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/get/path/relative_path_test.dart
|
| @@ -19,7 +19,7 @@ main() {
|
| })
|
| ]).create();
|
|
|
| - pubInstall();
|
| + pubGet();
|
|
|
| d.dir(packagesPath, [
|
| d.dir("foo", [
|
| @@ -48,7 +48,7 @@ main() {
|
| })
|
| ]).create();
|
|
|
| - pubInstall();
|
| + pubGet();
|
|
|
| d.dir(packagesPath, [
|
| d.dir("foo", [
|
|
|