Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: test/get/broken_symlink_test.dart

Issue 2377063002: Make "--no-packages-dir" the default. (Closed)
Patch Set: Revise again. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/downgrade/unlock_if_necessary_test.dart ('k') | test/get/git/check_out_and_upgrade_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/get/broken_symlink_test.dart
diff --git a/test/get/broken_symlink_test.dart b/test/get/broken_symlink_test.dart
index 73861e20b06a1f705053284946d1860541ad535f..450d84e9ec18d335ea3f06d6d7efc797b5676348 100644
--- a/test/get/broken_symlink_test.dart
+++ b/test/get/broken_symlink_test.dart
@@ -18,7 +18,7 @@ main() {
// Create a broken "packages" symlink in "bin".
scheduleSymlink("nonexistent", path.join(appPath, "packages"));
- pubGet();
+ pubGet(args: ["--packages-dir"]);
d.dir(appPath, [
d.dir("bin", [
@@ -41,7 +41,7 @@ main() {
// Create a broken "packages" symlink in "bin".
scheduleSymlink("nonexistent", path.join(appPath, "bin", "packages"));
- pubGet();
+ pubGet(args: ["--packages-dir"]);
d.dir(appPath, [
d.dir("bin", [
« no previous file with comments | « test/downgrade/unlock_if_necessary_test.dart ('k') | test/get/git/check_out_and_upgrade_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698