| Index: test/descriptor/git.dart
|
| diff --git a/test/descriptor/git.dart b/test/descriptor/git.dart
|
| index d89c02b98857df0b24540809e4684ce0a63603f9..3d5006eb472cb14565f4ce281d375b57215ce797 100644
|
| --- a/test/descriptor/git.dart
|
| +++ b/test/descriptor/git.dart
|
| @@ -22,7 +22,7 @@ class GitRepoDescriptor extends DirectoryDescriptor {
|
| return _runGitCommands(parent, [
|
| ['init'],
|
| ['add', '.'],
|
| - ['commit', '-m', 'initial commit']
|
| + ['commit', '-m', 'initial commit', '--allow-empty']
|
| ]);
|
| });
|
| }, 'creating Git repo:\n${describe()}');
|
|
|