Index: test/get/git/check_out_revision_test.dart |
diff --git a/test/get/git/check_out_revision_test.dart b/test/get/git/check_out_revision_test.dart |
index 0b9a0da66cfb5d5cb849535e22e87cc0a2396bb2..0172356b866491f1f7869bcf040a0b2de11564f4 100644 |
--- a/test/get/git/check_out_revision_test.dart |
+++ b/test/get/git/check_out_revision_test.dart |
@@ -25,7 +25,9 @@ main() { |
"foo": {"git": {"url": "../foo.git", "ref": commit}} |
}).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(packagesPath, [ |
d.dir('foo', [ |