Skip to content

Commit 80004ec

Browse files
dsolebcoe
authored andcommitted
fix: support a wording change made to git status in git v2.9.1 (#140)
1 parent 8e4ec4a commit 80004ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ describe('cli', function () {
109109
var content = fs.readFileSync('CHANGELOG.md', 'utf-8')
110110
var status = shell.exec('git status')
111111

112-
status.should.match(/On branch master\nnothing to commit, working directory clean\n/)
112+
status.should.match(/On branch master\nnothing to commit, working (directory|tree) clean\n/)
113113
status.should.not.match(/STUFF.md/)
114114

115115
content.should.match(/1\.0\.1/)

0 commit comments

Comments
 (0)