Index: sdk/lib/_internal/pub/test/pub_test.dart |
diff --git a/sdk/lib/_internal/pub/test/pub_test.dart b/sdk/lib/_internal/pub/test/pub_test.dart |
index 9651554a805e8d303c5d89947627ada8bc657a21..336e125d6dc347762da5a81077cacd7c4c0e7cb8 100644 |
--- a/sdk/lib/_internal/pub/test/pub_test.dart |
+++ b/sdk/lib/_internal/pub/test/pub_test.dart |
@@ -128,6 +128,10 @@ main() { |
}); |
group('help', () { |
+ integration('shows global help if no command is given', () { |
+ schedulePub(args: ['help'], output: USAGE_STRING); |
+ }); |
+ |
integration('shows help for a command', () { |
schedulePub(args: ['help', 'get'], |
output: ''' |