| Index: test/get/git/check_out_test.dart
|
| diff --git a/test/get/git/check_out_test.dart b/test/get/git/check_out_test.dart
|
| index 0b55ea11bf06fd3cab509281c2aafe28efe44746..8dc9dff142fff8cc55b6f9274f7e0b5437fe5ef6 100644
|
| --- a/test/get/git/check_out_test.dart
|
| +++ b/test/get/git/check_out_test.dart
|
| @@ -16,7 +16,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', [
|
|
|