Skip to content

Commit

Permalink
fix: support a wording change made to git status in git v2.9.1 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsole authored and bcoe committed Nov 13, 2016
1 parent 8e4ec4a commit 80004ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe('cli', function () {
var content = fs.readFileSync('CHANGELOG.md', 'utf-8')
var status = shell.exec('git status')

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

content.should.match(/1\.0\.1/)
Expand Down

0 comments on commit 80004ec

Please sign in to comment.