| Index: test/cache/repair/handles_orphaned_binstub_test.dart
|
| diff --git a/test/cache/repair/handles_orphaned_binstub_test.dart b/test/cache/repair/handles_orphaned_binstub_test.dart
|
| index af6fd33604321d2644e7588e3a2c4aedb1e8c275..d62fa01f51ecb286ab29159c2925ba71061e8f34 100644
|
| --- a/test/cache/repair/handles_orphaned_binstub_test.dart
|
| +++ b/test/cache/repair/handles_orphaned_binstub_test.dart
|
| @@ -20,7 +20,6 @@ dart "/path/to/.pub-cache/global_packages/foo/bin/script.dart.snapshot" "\$@"
|
| """;
|
|
|
| main() {
|
| - initConfig();
|
| integration('handles an orphaned binstub script', () {
|
| d.dir(cachePath, [
|
| d.dir('bin', [
|
|
|