| Index: test/get/git/check_out_transitive_test.dart
|
| diff --git a/test/get/git/check_out_transitive_test.dart b/test/get/git/check_out_transitive_test.dart
|
| index eb2ab7eef20820ac9568e9d7647b51b3bd2c4b52..67265ba0f6ecb2d9342fced672786518aba8856a 100644
|
| --- a/test/get/git/check_out_transitive_test.dart
|
| +++ b/test/get/git/check_out_transitive_test.dart
|
| @@ -23,7 +23,9 @@ main() {
|
|
|
| d.appDir({"foo": {"git": "../foo.git"}}).create();
|
|
|
| - pubGet();
|
| + // TODO(rnystrom): Remove "--packages-dir" and validate using the
|
| + // ".packages" file instead of looking in the "packages" directory.
|
| + pubGet(args: ["--packages-dir"]);
|
|
|
| d.dir(cachePath, [
|
| d.dir('git', [
|
|
|