Index: test/get/git/check_out_twice_test.dart |
diff --git a/test/get/git/check_out_twice_test.dart b/test/get/git/check_out_twice_test.dart |
index 9272833775eaec2bf2c62190b0639eda902d7b06..00f0d30b6a618a6a63ad6ee8588e51098720340f 100644 |
--- a/test/get/git/check_out_twice_test.dart |
+++ b/test/get/git/check_out_twice_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', [ |